From 71a80f42276ce4a2ad2d8f41363be606371a0cfa Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 1 Dec 2003 03:04:26 +0000 Subject: [PATCH] fix last commit --- tests/scripts/test017-syncreplication-refresh | 2 +- tests/scripts/test018-syncreplication-persist | 2 +- tests/scripts/test019-syncreplication-cascade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/scripts/test017-syncreplication-refresh b/tests/scripts/test017-syncreplication-refresh index 3e0d6d875e..8cdb2bf9dd 100755 --- a/tests/scripts/test017-syncreplication-refresh +++ b/tests/scripts/test017-syncreplication-refresh @@ -13,7 +13,7 @@ ## top-level directory of the distribution or, alternatively, at ## . -if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then +if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then echo "Test does not support $BACKEND" exit 0 fi diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index 9241aa7eb8..33c734f4d5 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -13,7 +13,7 @@ ## top-level directory of the distribution or, alternatively, at ## . -if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then +if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then echo "Test does not support $BACKEND" exit 0 fi diff --git a/tests/scripts/test019-syncreplication-cascade b/tests/scripts/test019-syncreplication-cascade index 87d0ca063e..bf751137b0 100755 --- a/tests/scripts/test019-syncreplication-cascade +++ b/tests/scripts/test019-syncreplication-cascade @@ -13,7 +13,7 @@ ## top-level directory of the distribution or, alternatively, at ## . -if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then +if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" -o ; then echo "Test does not support $BACKEND" exit 0 fi -- 2.39.5