summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestprogs/blackbox/dbcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/dbcheck.sh b/testprogs/blackbox/dbcheck.sh
index b344eb44c47..1ea7811df61 100755
--- a/testprogs/blackbox/dbcheck.sh
+++ b/testprogs/blackbox/dbcheck.sh
@@ -13,7 +13,7 @@ shift 1
. `dirname $0`/subunit.sh
dbcheck() {
- $BINDIR/samba-tool dbcheck --fix --cross-ncs --yes $@
+ $BINDIR/samba-tool dbcheck --cross-ncs $@
}
reindex() {