diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-03 22:00:55 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-03 22:00:55 +0200 |
commit | e1497488506a5ec589d06cdedd776e55f6dbcef7 (patch) | |
tree | 72cb0447ef2176cb6c04131c5725368580ae8085 /test/udev-test.pl | |
parent | 742f4cad0d7c4af0a5d27ac6597be7410fa127e6 (diff) |
udev-test.pl: remove left-over comment from --valgrind option
Diffstat (limited to 'test/udev-test.pl')
-rwxr-xr-x | test/udev-test.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 6cd4849045..ebed8f72dd 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -29,8 +29,6 @@ my $udev_root = "udev-root/"; my $udev_conf = "udev-test.conf"; my $udev_rules = "udev-test.rules"; -# uncomment following line to run udev with valgrind. - my @tests = ( { desc => "label test of scsi disc (old key names)", |