s4-test: enable valgrind on wbinfo tests
authorAndrew Tridgell <tridge@samba.org>
Thu, 16 Sep 2010 00:58:03 +0000 (10:58 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 16 Sep 2010 06:08:45 +0000 (16:08 +1000)
nsswitch/tests/test_wbinfo.sh

index 4efffc873eda5d27aa51d4641f5d788d3560f602..b344f718c5a5fa0562a488f4c376a98669d216aa 100755 (executable)
@@ -15,7 +15,7 @@ shift 4
 
 failed=0
 samba4bindir="$BUILDDIR/bin"
 
 failed=0
 samba4bindir="$BUILDDIR/bin"
-wbinfo="$samba4bindir/wbinfo$EXEEXT"
+wbinfo="$VALGRIND $samba4bindir/wbinfo$EXEEXT"
 
 . `dirname $0`/../../testprogs/blackbox/subunit.sh
 
 
 . `dirname $0`/../../testprogs/blackbox/subunit.sh