aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-04-26 23:15:56 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 23:15:56 -0700
commit18ebc4305034401648e343b27981ef1badafef1c (patch)
tree8c8c9131660ab707ca32fa7acfd2ec048495e8d9 /test
parent0d9057a1cebf2058c36879278b7ba03a5c8ed81f (diff)
downloadudev-18ebc4305034401648e343b27981ef1badafef1c.tar.gz
bleah, more merge fixes...
Diffstat (limited to 'test')
-rw-r--r--test/udev-test.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 593e34e8..3f9a8484 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}")) {