aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-15 22:38:46 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:02:45 -0700
commit052de0cec6cb3d92befd3d2de3e9e69e5f097a26 (patch)
tree45140a2160d56fca202d30a0ab93db929a0b6316 /test
parent1946fec4deba1ea5505c286ef2dd4ff2c6863b1c (diff)
downloadudev-052de0cec6cb3d92befd3d2de3e9e69e5f097a26.tar.gz
[PATCH] take out & from wait_for_sysfs_test that I previously missed.
Diffstat (limited to 'test')
-rw-r--r--test/wait_for_sysfs_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wait_for_sysfs_test.sh b/test/wait_for_sysfs_test.sh
index f299d23c..659d99a9 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