diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-16 10:58:03 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-16 16:08:45 +1000 |
commit | f95e6a32e430dba459f01a9400bebdf78549abae (patch) | |
tree | 6c5be9e3592d75967d146349e3956973af455a0a /nsswitch/tests | |
parent | eeafe1eb65b92c4a1cfafbadd71c991c9c2be50e (diff) | |
download | samba-f95e6a32e430dba459f01a9400bebdf78549abae.tar.gz samba-f95e6a32e430dba459f01a9400bebdf78549abae.tar.bz2 samba-f95e6a32e430dba459f01a9400bebdf78549abae.zip |
s4-test: enable valgrind on wbinfo tests
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-x | nsswitch/tests/test_wbinfo.sh | 2 |
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 |