From 8922b4d88e444e10684bb91161f53fb9b553fe1f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 22 Apr 2004 20:47:14 +0000 Subject: [PATCH] ITS#3108 disable test on ldbm --- tests/scripts/test023-refint | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test023-refint b/tests/scripts/test023-refint index 78ac4d8c88..2b1337b53f 100755 --- a/tests/scripts/test023-refint +++ b/tests/scripts/test023-refint @@ -13,6 +13,11 @@ ## top-level directory of the distribution or, alternatively, at ## . +if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then + echo "Test does not support $BACKEND" + exit 0 +fi + echo "running defines.sh" . $SRCDIR/scripts/defines.sh -- 2.39.5