summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-16 23:04:01 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-17 13:01:03 +1100
commit533b1024938f83ed4cddb16e01be8a22eb55a23e (patch)
tree9c5830660ecfb4d6d1f1d4b7ed4b1afa4afc7167 /source4/torture
parent5d5d95131100c595d642f5dc4e4eb247736d81db (diff)
downloadsamba-533b1024938f83ed4cddb16e01be8a22eb55a23e.tar.gz
samba-533b1024938f83ed4cddb16e01be8a22eb55a23e.tar.bz2
samba-533b1024938f83ed4cddb16e01be8a22eb55a23e.zip
s4-torture: cleanup after the MAXIMUM_ALLOWED test
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/basic/denytest.c1
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;
}