summaryrefslogtreecommitdiff
path: root/test/test.tty
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.tty')
-rw-r--r--test/test.tty2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.tty b/test/test.tty
index 42f46a2e7c..b89ad5a6d8 100644
--- a/test/test.tty
+++ b/test/test.tty
@@ -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}/class/tty/*; do