diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2006-12-08 10:29:17 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2006-12-08 10:29:17 +0100 |
commit | de49bbb223a1150991226a60e3171acb29651408 (patch) | |
tree | 762cf966b104f457e98c4ead64f19aab18ca9073 /test/udev-test.pl | |
parent | 8af231997824fd1e51a372ae16d4086358c4e83d (diff) |
rename "udev.c" to "test-udev.c" - it is only for testing
Diffstat (limited to 'test/udev-test.pl')
-rwxr-xr-x | test/udev-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 54c3378392..73d99297d2 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -22,7 +22,7 @@ use strict; my $PWD = $ENV{PWD}; my $sysfs = "sys/"; -my $udev_bin = "../udev"; +my $udev_bin = "../test-udev"; my $udev_root = "udev-root/"; # !!! directory will be removed !!! my $udev_conf = "udev-test.conf"; my $udev_rules = "udev-test.rules"; |