diff --git a/tests/scripts/test017-syncreplication b/tests/scripts/test017-syncreplication index cff97015d8..27046a1b88 100755 --- a/tests/scripts/test017-syncreplication +++ b/tests/scripts/test017-syncreplication @@ -8,6 +8,11 @@ fi . $SRCDIR/scripts/args.sh +if test "$BACKEND" != "bdb"; then + echo "Test only valid for back-bdb" + exit 0 +fi + echo "running defines.sh" . $SRCDIR/scripts/defines.sh