summaryrefslogtreecommitdiff
path: root/nsswitch/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-16 10:58:03 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-16 16:08:45 +1000
commitf95e6a32e430dba459f01a9400bebdf78549abae (patch)
tree6c5be9e3592d75967d146349e3956973af455a0a /nsswitch/tests
parenteeafe1eb65b92c4a1cfafbadd71c991c9c2be50e (diff)
downloadsamba-f95e6a32e430dba459f01a9400bebdf78549abae.tar.gz
samba-f95e6a32e430dba459f01a9400bebdf78549abae.tar.bz2
samba-f95e6a32e430dba459f01a9400bebdf78549abae.zip
s4-test: enable valgrind on wbinfo tests
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-xnsswitch/tests/test_wbinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh
index 4efffc873e..b344f718c5 100755
--- a/nsswitch/tests/test_wbinfo.sh
+++ b/nsswitch/tests/test_wbinfo.sh
@@ -15,7 +15,7 @@ shift 4
failed=0
samba4bindir="$BUILDDIR/bin"
-wbinfo="$samba4bindir/wbinfo$EXEEXT"
+wbinfo="$VALGRIND $samba4bindir/wbinfo$EXEEXT"
. `dirname $0`/../../testprogs/blackbox/subunit.sh