testsuite: fix bug #5594 by using the new --skip-global-ckecks switch
authorMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 22:27:01 +0000 (00:27 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 14 Jul 2008 22:31:10 +0000 (00:31 +0200)
Michael
(This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac)

source3/script/tests/test_testparm_s3.sh

index f1316e922c2eb61a3ecd759b40b1517eb399a4ee..875f138f87c29326b3d7d04fd7609f9e4c0e9c4f 100755 (executable)
@@ -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