From dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 15 Apr 2012 23:33:22 +0200 Subject: s3/selftest: Fix reference to knownfail file. --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit