From 5c927a2fcf4f01a5ba05fd745651e20aa9c3ee34 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Fri, 9 May 2003 20:08:08 +0000 Subject: [PATCH] -Test only valid for bdb --- tests/scripts/test017-syncreplication | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5