summaryrefslogtreecommitdiff
path: root/source4
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 /source4
parentb7d5d01c35b875c0458a0c7145f3d67e7f731eba (diff)
downloadsamba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.gz
samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.tar.bz2
samba-eecf2ac4c83e730dd402c410f7f2087d87d70d6f.zip
selftest: Remove unused support for --exeext
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/client/tests/test_cifsdd.sh2
-rwxr-xr-xsource4/client/tests/test_smbclient.sh2
-rwxr-xr-xsource4/setup/tests/blackbox_s3upgrade.sh6
-rwxr-xr-xsource4/torture/tests/test_gentest.sh2
-rwxr-xr-xsource4/torture/tests/test_locktest.sh2
-rwxr-xr-xsource4/torture/tests/test_masktest.sh2
-rwxr-xr-xsource4/utils/tests/test_demote.sh4
-rwxr-xr-xsource4/utils/tests/test_nmblookup.sh2
-rwxr-xr-xsource4/utils/tests/test_samba_tool.sh4
9 files changed, 13 insertions, 13 deletions
diff --git a/source4/client/tests/test_cifsdd.sh b/source4/client/tests/test_cifsdd.sh
index 448e4218bd..e59d37ae7b 100755
--- a/source4/client/tests/test_cifsdd.sh
+++ b/source4/client/tests/test_cifsdd.sh
@@ -17,7 +17,7 @@ DOMAIN=$4
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
samba4bindir="$BINDIR"
-DD="$samba4bindir/cifsdd$EXEEXT"
+DD="$samba4bindir/cifsdd"
SHARE=tmp
DEBUGLEVEL=1
diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh
index 76ca5b960b..599eb70522 100755
--- a/source4/client/tests/test_smbclient.sh
+++ b/source4/client/tests/test_smbclient.sh
@@ -19,7 +19,7 @@ shift 5
failed=0
samba4bindir="$BINDIR"
-smbclient="$samba4bindir/smbclient$EXEEXT"
+smbclient="$samba4bindir/smbclient"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
diff --git a/source4/setup/tests/blackbox_s3upgrade.sh b/source4/setup/tests/blackbox_s3upgrade.sh
index b9e500dd01..d8f5d8fced 100755
--- a/source4/setup/tests/blackbox_s3upgrade.sh
+++ b/source4/setup/tests/blackbox_s3upgrade.sh
@@ -11,9 +11,9 @@ PREFIX=`pwd`"/$1"
shift 1
samba4bindir="$BINDIR"
-samba_tool="$samba4bindir/samba-tool$EXEEXT"
-samba_net="$samba4bindir/net$EXEEXT"
-testparm="$samba4bindir/testparm$EXEEXT"
+samba_tool="$samba4bindir/samba-tool"
+samba_net="$samba4bindir/net"
+testparm="$samba4bindir/testparm"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
diff --git a/source4/torture/tests/test_gentest.sh b/source4/torture/tests/test_gentest.sh
index 9f6e60c307..ecce7d7c6d 100755
--- a/source4/torture/tests/test_gentest.sh
+++ b/source4/torture/tests/test_gentest.sh
@@ -19,7 +19,7 @@ shift 5
failed=0
samba4bindir="$BINDIR"
-gentest="$samba4bindir/gentest$EXEEXT"
+gentest="$samba4bindir/gentest"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
diff --git a/source4/torture/tests/test_locktest.sh b/source4/torture/tests/test_locktest.sh
index e1d2a1ade4..c436836353 100755
--- a/source4/torture/tests/test_locktest.sh
+++ b/source4/torture/tests/test_locktest.sh
@@ -19,7 +19,7 @@ shift 5
failed=0
samba4bindir="$BINDIR"
-locktest="$samba4bindir/locktest$EXEEXT"
+locktest="$samba4bindir/locktest"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
diff --git a/source4/torture/tests/test_masktest.sh b/source4/torture/tests/test_masktest.sh
index b3362e8960..83f2f5d72e 100755
--- a/source4/torture/tests/test_masktest.sh
+++ b/source4/torture/tests/test_masktest.sh
@@ -19,7 +19,7 @@ shift 5
failed=0
samba4bindir="$BINDIR"
-masktest="$samba4bindir/masktest$EXEEXT"
+masktest="$samba4bindir/masktest"
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
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"