From eecf2ac4c83e730dd402c410f7f2087d87d70d6f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jan 2012 09:42:27 +1100 Subject: selftest: Remove unused support for --exeext --- source4/utils/tests/test_demote.sh | 4 ++-- source4/utils/tests/test_nmblookup.sh | 2 +- source4/utils/tests/test_samba_tool.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/utils/tests') 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" -- cgit