diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-15 22:38:46 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:45 -0700 |
commit | 052de0cec6cb3d92befd3d2de3e9e69e5f097a26 (patch) | |
tree | 45140a2160d56fca202d30a0ab93db929a0b6316 /test | |
parent | 1946fec4deba1ea5505c286ef2dd4ff2c6863b1c (diff) |
[PATCH] take out & from wait_for_sysfs_test that I previously missed.
Diffstat (limited to 'test')
-rw-r--r-- | test/wait_for_sysfs_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wait_for_sysfs_test.sh b/test/wait_for_sysfs_test.sh index f299d23c94..659d99a9fe 100644 --- a/test/wait_for_sysfs_test.sh +++ b/test/wait_for_sysfs_test.sh @@ -13,7 +13,7 @@ run_udev () { for i in ${SYSFS_DIR}/block/*; do # add each drive export DEVPATH=${i#${SYSFS_DIR}} - $UDEV_BIN block & + $UDEV_BIN block # add each partition, on each device for j in $i/*; do |