summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-11 18:21:58 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-11 18:48:05 +0100
commit002acbbbd03d506b3a2280fa85b719792178f75d (patch)
tree75b890743a6a5046651c4cc3427664a070f7673e /selftest/selftest.pl
parent3b1ed52f2f067c8bb895c6058de08c0b07e6f80c (diff)
downloadsamba-002acbbbd03d506b3a2280fa85b719792178f75d.tar.gz
samba-002acbbbd03d506b3a2280fa85b719792178f75d.tar.bz2
samba-002acbbbd03d506b3a2280fa85b719792178f75d.zip
selftest: Support multiple instances of $LISTOPT.
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 213954cfbf..9759220c68 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -956,7 +956,7 @@ $envvarstr
next;
}
- $cmd =~ s/\$LISTOPT/--list/;
+ $cmd =~ s/\$LISTOPT/--list/g;
system($cmd);