From b2b293eeda56c9a21bdc3d344cfb8313cb418da4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 14 Oct 2005 04:35:49 +0000 Subject: [PATCH] Revert prev commit, let the test run. It usually passes, will need to track down the infinite loop problem at some point. Probably not backend dependent. --- tests/scripts/test033-glue-syncrepl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 9dfefb7c4b..57d50b8477 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -12,11 +12,6 @@ ## 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