From 0dfc478cdf55c5b77203997f69ff98a40cef715f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 14 Oct 2005 00:10:36 +0000 Subject: [PATCH] This test uses syncrepl persist, but ldbm doesn't support that. Exclude it. --- tests/scripts/test033-glue-syncrepl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 57d50b8477..9dfefb7c4b 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -12,6 +12,11 @@ ## top-level directory of the distribution or, alternatively, at ## . +if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then + echo "Test does not support $BACKEND" + exit 0 +fi + echo "running defines.sh" . $SRCDIR/scripts/defines.sh -- 2.39.5