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 /source4/utils | |
parent | b7d5d01c35b875c0458a0c7145f3d67e7f731eba (diff) | |
download | samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.gz samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.bz2 samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.zip |
selftest: Remove unused support for --exeext
Diffstat (limited to 'source4/utils')
-rwxr-xr-x | source4/utils/tests/test_demote.sh | 4 | ||||
-rwxr-xr-x | source4/utils/tests/test_nmblookup.sh | 2 | ||||
-rwxr-xr-x | source4/utils/tests/test_samba_tool.sh | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/source4/utils/tests/test_demote.sh b/source4/utils/tests/test_demote.sh index 3b2b7d2d0e..3d255ed91f 100755 --- a/source4/utils/tests/test_demote.sh +++ b/source4/utils/tests/test_demote.sh @@ -13,8 +13,8 @@ shift 7 failed=0 samba4bindir="$BINDIR" -smbclient="$samba4bindir/smbclient$EXEEXT" -samba_tool="$samba4bindir/samba-tool$EXEEXT" +smbclient="$samba4bindir/smbclient" +samba_tool="$samba4bindir/samba-tool" testit() { name="$1" diff --git a/source4/utils/tests/test_nmblookup.sh b/source4/utils/tests/test_nmblookup.sh index b6ab7e01e5..c622db94c8 100755 --- a/source4/utils/tests/test_nmblookup.sh +++ b/source4/utils/tests/test_nmblookup.sh @@ -27,7 +27,7 @@ testit() { } samba4bindir="$BINDIR" -nmblookup="$samba4bindir/nmblookup$EXEEXT" +nmblookup="$samba4bindir/nmblookup" testit "nmblookup -U \$SERVER_IP \$SERVER" $nmblookup $TORTURE_OPTIONS -U $SERVER_IP $SERVER testit "nmblookup -U \$SERVER_IP \$NETBIOSNAME" $nmblookup $TORTURE_OPTIONS -U $SERVER_IP $NETBIOSNAME diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh index fb8e3e092f..0e03ee4d75 100755 --- a/source4/utils/tests/test_samba_tool.sh +++ b/source4/utils/tests/test_samba_tool.sh @@ -11,8 +11,8 @@ shift 5 failed=0 samba4bindir="$BINDIR" -smbclient="$samba4bindir/smbclient$EXEEXT" -samba_tool="$samba4bindir/samba-tool$EXEEXT" +smbclient="$samba4bindir/smbclient" +samba_tool="$samba4bindir/samba-tool" testit() { name="$1" |