diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-12 23:09:20 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:15 -0700 |
commit | c38b796be9ff453903db7b4813f69323b6422695 (patch) | |
tree | c31a8e587a253d192a791edd37600b1c786b4848 /test/replace_test | |
parent | b7824727a07a3d23674cfffbb0a819ed4184ecb2 (diff) |
[PATCH] convert the test shell scripts to the config file format.
Diffstat (limited to 'test/replace_test')
-rw-r--r-- | test/replace_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/replace_test b/test/replace_test index 9ed366e358..10215b0f24 100644 --- a/test/replace_test +++ b/test/replace_test @@ -8,7 +8,7 @@ export SYSFS_PATH=$PWD/sys/ export UDEV_CONFIG_FILE=$PWD/$CONFIG cat > $RULES << EOF -REPLACE, KERNEL="ttyUSB0", NAME="visor" +KERNEL="ttyUSB0", NAME="visor" EOF cat > $CONFIG << EOF |