From 1589e46d11f29551f3598876b62e29fcbad06580 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 22 Mar 2013 17:12:43 +1100 Subject: selftest: Add tests for samba-tool dbcheck --reset-well-known-acls Reviewed-by: Stefan Metzmacher --- testprogs/blackbox/dbcheck.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testprogs/blackbox/dbcheck.sh') diff --git a/testprogs/blackbox/dbcheck.sh b/testprogs/blackbox/dbcheck.sh index faf6fab82e9..c1e8aafd36f 100755 --- a/testprogs/blackbox/dbcheck.sh +++ b/testprogs/blackbox/dbcheck.sh @@ -16,6 +16,12 @@ dbcheck() { $BINDIR/samba-tool dbcheck --cross-ncs $@ } +# This test shows that this does not do anything to a current +# provision (that would be a bug) +dbcheck_reset_well_known_acls() { + $BINDIR/samba-tool dbcheck --cross-ncs --reset-well-known-acls $@ +} + reindex() { $BINDIR/samba-tool dbcheck --reindex } -- cgit v1.2.1