summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-04-15 23:33:22 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-04-16 16:30:18 +0200
commitdd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9 (patch)
tree80a28fb1f8d1ba7f4a4b23f55e5336187aa5e068 /source3/selftest
parent8405fee41d93cb5a44690213c3086f3a4a275cb0 (diff)
downloadsamba-dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9.tar.gz
samba-dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9.tar.bz2
samba-dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9.zip
s3/selftest: Fix reference to knownfail file.
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index fb1eaae0ec..70c8fe0e62 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -8,7 +8,7 @@
# The idea is that this script outputs all of the tests of Samba 3, not
# just those that are known to pass, and list those that should be skipped
-# or are known to fail in selftest/skip or selftest/samba4-knownfail. This makes it
+# or are known to fail in selftest/skip or selftest/samba3-knownfail. This makes it
# very easy to see what functionality is still missing in Samba 3 and makes
# it possible to run the testsuite against other servers, such as Samba 4 or
# Windows that have a different set of features.