From 9978cc6c23ef6591f0be93b244f89ad6a8454346 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 15 Jul 2008 00:27:01 +0200 Subject: testsuite: fix bug #5594 by using the new --skip-global-ckecks switch Michael (This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac) --- source3/script/tests/test_testparm_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index f1316e922c..875f138f87 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -6,7 +6,7 @@ # and the macro expansions. TEMP_CONFFILE=${LIBDIR}/smb.conf.tmp -TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt" +TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-global-checks" incdir=`dirname $0` . $incdir/test_functions.sh -- cgit