diff options
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 96b58ccece..6f9a723465 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) { |