selftest: Rename $LIST to $LISTOPT for consistency with testrepository.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 9 Dec 2010 14:35:23 +0000 (15:35 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 10 Dec 2010 02:04:06 +0000 (03:04 +0100)
selftest/selftest.pl

index 2ba68d284b6fb9e7bb397252fafab3cf045a34d4..d8640e0d1ad39d53dc38462990c3c7227520c17e 100755 (executable)
@@ -951,12 +951,12 @@ $envvarstr
                my $name = $$_[0];
                my $envname = $$_[1];
 
-               unless($cmd =~ /\$LIST/) {
+               unless($cmd =~ /\$LISTOPT/) {
                        warn("Unable to list tests in $name");
                        next;
                }
 
-               $cmd =~ s/\$LIST/--list/;
+               $cmd =~ s/\$LISTOPT/--list/;
 
                system($cmd);
        }