diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-04-15 23:33:22 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-04-16 16:30:18 +0200 |
commit | dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9 (patch) | |
tree | 80a28fb1f8d1ba7f4a4b23f55e5336187aa5e068 /source3/selftest | |
parent | 8405fee41d93cb5a44690213c3086f3a4a275cb0 (diff) | |
download | samba-dd0b8792a0cb1b5f659bab8163bc1e71d9a4b3c9.tar.gz |
s3/selftest: Fix reference to knownfail file.
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index fb1eaae0ece..70c8fe0e62c 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. |