diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-08-27 01:55:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:48 -0500 |
commit | 8794ffbc61c03ba9c5f2e2e61d23d87ed331e9ee (patch) | |
tree | 2c067b85514c1444d431878766612db09978e9fb | |
parent | ebce7a586b57cecc2f744ec5abf4d5d1c882a475 (diff) | |
download | samba-8794ffbc61c03ba9c5f2e2e61d23d87ed331e9ee.tar.gz samba-8794ffbc61c03ba9c5f2e2e61d23d87ed331e9ee.tar.xz samba-8794ffbc61c03ba9c5f2e2e61d23d87ed331e9ee.zip |
r24695: Now the Samba4 passes this test, remove the skip...
Andrew Bartlett
(This used to be commit 771affed88edd1e2ad891bf2a253f7dc8082dd86)
-rw-r--r-- | source4/torture/raw/rename.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/torture/raw/rename.c b/source4/torture/raw/rename.c index fc16d3e7de..6b1eb4392a 100644 --- a/source4/torture/raw/rename.c +++ b/source4/torture/raw/rename.c @@ -125,14 +125,6 @@ static BOOL test_mv(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) printf("(%s) Incorrect filename [%s] after case-changing " "rename, should be [%s]\n", __location__, finfo.all_info.out.fname.s, Fname1); - /* - * Samba4 apparently does not do this. Leave the error - * message, but don't fail make test over this. - */ - if (!lp_parm_bool(-1, "torture", "samba4", False)) { - ret = False; - goto done; - } } io.rename.in.pattern1 = fname1; |