chiark / gitweb /
Replace the custom test-run target with the standard make check.
[elogind.git] / test / udev-test.pl
index 5516468bb7d1f5fe8fda062b4e02bb064fdc44bc..e90cd146123a7edf98de1732a9738a8435b72576 100755 (executable)
@@ -22,7 +22,7 @@ use strict;
 
 my $PWD                        = $ENV{PWD};
 my $sysfs              = "sys/";
-my $udev_bin           = "../udev/test-udev";
+my $udev_bin           = "udev/test-udev";
 my $valgrind           = 0;
 my $udev_bin_valgrind  = "valgrind --tool=memcheck --leak-check=yes --quiet $udev_bin";
 my $udev_root          = "udev-root/";