summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorBrad Henry <brad@samba.org>2007-02-24 18:57:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:52 -0500
commitc7e06e88ae5e9801c98e8d2e9cb1c25f437b724a (patch)
treef2d7861088c03bb7eb94d5e13d12e128e2f9cfed /source4/script
parent8d569e174f1e0c1bf23274738ccdea4bfca0eb48 (diff)
downloadsamba-c7e06e88ae5e9801c98e8d2e9cb1c25f437b724a.tar.gz
samba-c7e06e88ae5e9801c98e8d2e9cb1c25f437b724a.tar.bz2
samba-c7e06e88ae5e9801c98e8d2e9cb1c25f437b724a.zip
r21528: This file gets called by testit(), so it shouldn't call testit().
NET tests against Windows weren't getting run, testit() here just created a recipe. (This used to be commit c71dee34025b152d1af209b06023e30d2539fbc0)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/win/wintest_net.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/script/tests/win/wintest_net.sh b/source4/script/tests/win/wintest_net.sh
index b421521271..9cd10ad2e0 100755
--- a/source4/script/tests/win/wintest_net.sh
+++ b/source4/script/tests/win/wintest_net.sh
@@ -52,10 +52,8 @@ for o in $bind_options; do
for t in $net_test; do
test_name="$t on $transport with $o"
- testit "$test_name" $SMBTORTURE_BIN_PATH \
- -U $username%$password \
- -W $domain \
- $transport:$server[$o] \
+ $SMBTORTURE_BIN_PATH -U $username%$password \
+ -W $domain $transport:$server[$o] \
$t || on_error "\n$test_name failed."
done
done