From 51c2ef23794027e77c5707a3a6862e568546dd9e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 10 Jun 2008 22:19:18 +0000 Subject: [PATCH] ITS#5529 test requires threads --- tests/scripts/test048-syncrepl-multiproxy | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test048-syncrepl-multiproxy b/tests/scripts/test048-syncrepl-multiproxy index 5e8afe9879..4d2b67501f 100755 --- a/tests/scripts/test048-syncrepl-multiproxy +++ b/tests/scripts/test048-syncrepl-multiproxy @@ -31,6 +31,11 @@ if test $MONITORDB = no; then exit 0 fi +if test $THREADS = threadsno ; then + echo "Need threads support, test skipped" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3 # -- 2.39.5