summaryrefslogtreecommitdiff
path: root/nsswitch/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-26 09:42:27 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-01 02:45:07 +0100
commiteecf2ac4c83e730dd402c410f7f2087d87d70d6f (patch)
tree7bad5417dcee2554abe313eb60a7707bcb81fd35 /nsswitch/tests
parentb7d5d01c35b875c0458a0c7145f3d67e7f731eba (diff)
downloadsamba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.gz
selftest: Remove unused support for --exeext
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 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