Fix path for quicktest.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Oct 2008 02:05:22 +0000 (04:05 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 22 Oct 2008 02:05:22 +0000 (04:05 +0200)
selftest/selftest.pl

index 96b58cceceb71e324127b1ff2a2e57503fa14a60..6f9a7234654d9a5c414ccf21f504381825645af1 100755 (executable)
@@ -519,7 +519,7 @@ foreach (@opt_exclude) {
 }
 
 if ($opt_quick) {
-       push (@includes, read_test_regexes("samba4-quick"));
+       push (@includes, read_test_regexes("selftest/quick"));
 }
 
 foreach (@opt_include) {