diff options
Diffstat (limited to 'testprogs/blackbox/dbcheck.sh')
-rwxr-xr-x | testprogs/blackbox/dbcheck.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testprogs/blackbox/dbcheck.sh b/testprogs/blackbox/dbcheck.sh index faf6fab82e..c1e8aafd36 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 } |