diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-26 09:42:27 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-01 02:45:07 +0100 |
commit | eecf2ac4c83e730dd402c410f7f2087d87d70d6f (patch) | |
tree | 7bad5417dcee2554abe313eb60a7707bcb81fd35 /nsswitch/tests | |
parent | b7d5d01c35b875c0458a0c7145f3d67e7f731eba (diff) | |
download | samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.gz |
selftest: Remove unused support for --exeext
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 50f1274df7e..52e203f02df 100755 --- a/nsswitch/tests/test_wbinfo.sh +++ b/nsswitch/tests/test_wbinfo.sh @@ -15,7 +15,7 @@ shift 4 failed=0 samba4bindir="$BINDIR" -wbinfo="$VALGRIND $samba4bindir/wbinfo$EXEEXT" +wbinfo="$VALGRIND $samba4bindir/wbinfo" . `dirname $0`/../../testprogs/blackbox/subunit.sh |