git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5d951
)
s4-torture: cleanup after the MAXIMUM_ALLOWED test
author
Andrew Tridgell
<tridge@samba.org>
Fri, 16 Oct 2009 12:04:01 +0000
(23:04 +1100)
committer
Andrew Tridgell
<tridge@samba.org>
Sat, 17 Oct 2009 02:01:03 +0000
(13:01 +1100)
source4/torture/basic/denytest.c
patch
|
blob
|
history
diff --git
a/source4/torture/basic/denytest.c
b/source4/torture/basic/denytest.c
index 52b4d582e008a07add61302fa9371992ea3dd32e..d13ea2c745ceb0064ce196ac231d412534656e74 100644
(file)
--- 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;
}