diff options
author | Greg KH <greg@press.(none)> | 2005-04-26 23:15:56 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:15:56 -0700 |
commit | 18ebc4305034401648e343b27981ef1badafef1c (patch) | |
tree | 8c8c9131660ab707ca32fa7acfd2ec048495e8d9 /test | |
parent | 0d9057a1cebf2058c36879278b7ba03a5c8ed81f (diff) |
bleah, more merge fixes...
Diffstat (limited to 'test')
-rw-r--r-- | test/udev-test.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 593e34e885..3f9a848490 100644 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -35,6 +35,9 @@ my $perm = "udev.permissions"; my $main_conf = "udev-test.conf"; my $conf_tmp = "udev-test.rules"; +# uncomment following line to run udev with valgrind. +# Should make this a runtime option to the script someday... +#my $udev_bin = "valgrind --tool=memcheck --leak-check=yes ../udev"; my @tests = ( { @@ -1260,7 +1263,6 @@ sub run_test { udev("add", $config->{subsys}, $config->{devpath}, \$config->{conf}); - if ((-e "$PWD/$udev_root$config->{exp_name}") || (-l "$PWD/$udev_root$config->{exp_name}")) { |