From a957d8c80f532654f502fdd37aecd34b231a00e8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Dec 2010 15:35:23 +0100 Subject: selftest: Rename $LIST to $LISTOPT for consistency with testrepository. --- selftest/selftest.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selftest') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 2ba68d284b..d8640e0d1a 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -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); } -- cgit