summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-19 14:41:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-19 14:41:10 +0200
commit7e088ec35424fc2d6c64b8699d9d22b3215275e2 (patch)
treee642b0253d2ba46e9e730ca089b81cfafe9e8063 /source4
parente09c0c1185b4a4ad1d28023549074875028f3e55 (diff)
downloadsamba-7e088ec35424fc2d6c64b8699d9d22b3215275e2.tar.gz
samba-7e088ec35424fc2d6c64b8699d9d22b3215275e2.tar.bz2
samba-7e088ec35424fc2d6c64b8699d9d22b3215275e2.zip
Fix comment after paths have changed.
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh
index fa799f51ff..5f148909e2 100755
--- a/source4/selftest/tests.sh
+++ b/source4/selftest/tests.sh
@@ -4,11 +4,11 @@
# The output of this script is parsed by selftest.pl, which then decides
# which of the tests to actually run. It will, for example, skip all tests
-# listed in samba4-skip or only run a subset during "make quicktest".
+# listed in selftest/skip or only run a subset during "make quicktest".
# The idea is that this script outputs all of the tests of Samba 4, not
# just those that are known to pass, and list those that should be skipped
-# or are known to file in samba4-skip/samba4-knownfail. This makes it
+# or are known to fail in selftest/skip or selftest/knownfail. This makes it
# very easy to see what functionality is still missing in Samba 4 and makes
# it possible to run the testsuite against other servers, such as Samba 3 or
# Windows that have a different set of features.