summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_blackbox.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-03-07 03:10:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:20 -0500
commitb0b31f52f7614a910dda5c227fa478d6dc5d8841 (patch)
treeada850a7bfd33bd25c8a9dbe8e8821a0490f0adf /source4/script/tests/test_blackbox.sh
parenteaa02e4b54e79c4dca49054eaf6558f4bfd152bb (diff)
downloadsamba-b0b31f52f7614a910dda5c227fa478d6dc5d8841.tar.gz
samba-b0b31f52f7614a910dda5c227fa478d6dc5d8841.tar.bz2
samba-b0b31f52f7614a910dda5c227fa478d6dc5d8841.zip
r21735: skip the smbclient test until jelmer can take a look at it. The
current test makes no sense with the new test system. For example, it does "mkdir bla" then "cd bla" then "cd ..", but it now does these as separate smbclient commands, which makes no sense at all. It even seems to try to run them in parallel??? The test fails (segfault, plus lots of errors), but gets reported as a success (This used to be commit 9e3bbdee50a5372fa79c493c1cf1c378f1068467)
Diffstat (limited to 'source4/script/tests/test_blackbox.sh')
-rwxr-xr-xsource4/script/tests/test_blackbox.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/script/tests/test_blackbox.sh b/source4/script/tests/test_blackbox.sh
index 484310605e..8900d6686d 100755
--- a/source4/script/tests/test_blackbox.sh
+++ b/source4/script/tests/test_blackbox.sh
@@ -20,7 +20,9 @@ ADDARGS="$@"
incdir=`dirname $0`
. $incdir/test_functions.sh
-testit "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
+# skip the smbclient test until jelmer can work on it. Right now the
+# test makes no sense at all with the new test system (tridge) testit
+# "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
testit "cifsdd" $incdir/../../../testprogs/blackbox/test_cifsdd.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$ADDARGS"
testok $0 $failed