[PATCH] clean up the stand-alone tests to work properly on other people's machines.

This commit is contained in:
greg@kroah.com 2003-12-17 22:41:04 -08:00 committed by Greg KH
parent a81805b9af
commit d077e50c92
4 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,8 @@ udev_rules="$PWD/$RULES"
udev_permissions="$PWD/udev.permissions"
EOF
mkdir udev
export ACTION=add
export DEVPATH=block/sda
@ -43,3 +45,4 @@ ls -l udev
rm $RULES
rm $CONFIG
rm -rf udev

View File

@ -18,6 +18,8 @@ udev_rules="$PWD/$RULES"
udev_permissions="$PWD/udev.permissions"
EOF
mkdir udev
export ACTION=add
export DEVPATH=block/sda
@ -42,3 +44,4 @@ ls udev
rm $RULES
rm $CONFIG
rm -rf udev

View File

@ -18,6 +18,8 @@ udev_rules="$PWD/$RULES"
udev_permissions="$PWD/udev.permissions"
EOF
mkdir udev
export DEVPATH=class/tty/ttyUSB0
export ACTION=add
@ -30,3 +32,4 @@ ls -l udev
rm $RULES
rm $CONFIG
rm -rf udev

View File

@ -18,6 +18,8 @@ udev_rules="$PWD/$RULES"
udev_permissions="$PWD/udev.permissions"
EOF
mkdir udev
export ACTION=add
export DEVPATH=block/sda
@ -42,3 +44,4 @@ ls udev
rm $RULES
rm $CONFIG
rm -rf udev