1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24695: Now the Samba4 passes this test, remove the skip...

Andrew Bartlett
(This used to be commit 771affed88)
This commit is contained in:
Andrew Bartlett 2007-08-27 01:55:03 +00:00 committed by Gerald (Jerry) Carter
parent ebce7a586b
commit 8794ffbc61

View File

@ -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;