diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-16 23:04:01 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-17 13:01:03 +1100 |
commit | 533b1024938f83ed4cddb16e01be8a22eb55a23e (patch) | |
tree | 9c5830660ecfb4d6d1f1d4b7ed4b1afa4afc7167 /source4 | |
parent | 5d5d95131100c595d642f5dc4e4eb247736d81db (diff) | |
download | samba-533b1024938f83ed4cddb16e01be8a22eb55a23e.tar.gz samba-533b1024938f83ed4cddb16e01be8a22eb55a23e.tar.bz2 samba-533b1024938f83ed4cddb16e01be8a22eb55a23e.zip |
s4-torture: cleanup after the MAXIMUM_ALLOWED test
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/basic/denytest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/basic/denytest.c b/source4/torture/basic/denytest.c index 52b4d582e0..d13ea2c745 100644 --- a/source4/torture/basic/denytest.c +++ b/source4/torture/basic/denytest.c @@ -2777,5 +2777,6 @@ bool torture_maximum_allowed(struct torture_context *tctx, } done: + smbcli_unlink(cli->tree, MAXIMUM_ALLOWED_FILE); return ret; } |