diff options
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"; |