]> git.sur5r.net Git - openldap/commitdiff
-Test only valid for bdb
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 9 May 2003 20:08:08 +0000 (20:08 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 9 May 2003 20:08:08 +0000 (20:08 +0000)
tests/scripts/test017-syncreplication

index cff97015d8abbce562d578bec96fd90edcd4ff97..27046a1b88eb6c81c22fc59b35c2b72174b5ad54 100755 (executable)
@@ -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