summaryrefslogtreecommitdiff
path: root/test/test.block
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.block')
-rw-r--r--test/test.block2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.block b/test/test.block
index b806a42aac..294c47c0be 100644
--- a/test/test.block
+++ b/test/test.block
@@ -11,7 +11,7 @@ if [ $# = "0" ] ; then
fi
SYSFSDIR=/sys # change this for a nonstand sysfs mount point
-BIN=./udev # location of your udev binary
+BIN=../udev # location of your udev binary
export ACTION=$1 # 'add' or 'remove'
for i in ${SYSFSDIR}/block/*; do