From: Jelmer Vernooij Date: Wed, 22 Oct 2008 02:05:22 +0000 (+0200) Subject: Fix path for quicktest. X-Git-Tag: samba-4.0.0alpha6~760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5018fef8cb9573077a8d41150e12d962478b9831;p=thirdparty%2Fsamba.git Fix path for quicktest. --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 96b58cceceb..6f9a7234654 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -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) {