From 89f38d18cef11f5fabd7ec73be1839491cf95cbc Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 24 Nov 2003 06:13:05 -0800 Subject: [PATCH] fix the test.block and test.tty scripts due to their moveing. Also add a test.all script. --- test/test.tty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.tty') 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 -- cgit v1.2.3-54-g00ecf