chiark / gitweb /
[PATCH] fix special file mode mask for temporary device node
[elogind.git] / test / test.tty
index 42f46a2e7c266a49a2f37374a472a8cfe6b83ec4..b89ad5a6d81e16fd58231129bf54de64bce3bd18 100644 (file)
@@ -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