diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-03-07 10:29:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:22 -0500 |
commit | 0012f7509a968e0a7a81c7504b5be27e467faa0d (patch) | |
tree | 2ec1eecf9fddd72ec910fae819446c1a65782d4e | |
parent | d500181515dc1d4a19bc39a13093a7543a5dd08e (diff) | |
download | samba-0012f7509a968e0a7a81c7504b5be27e467faa0d.tar.gz samba-0012f7509a968e0a7a81c7504b5be27e467faa0d.tar.bz2 samba-0012f7509a968e0a7a81c7504b5be27e467faa0d.zip |
r21742: reenable the smbclient test now that the d_printf bug is fixed
(This used to be commit f483f5b26a702cffb72a46e0f172d82c18471e26)
-rwxr-xr-x | source4/script/tests/test_blackbox.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/script/tests/test_blackbox.sh b/source4/script/tests/test_blackbox.sh index 8900d6686d..484310605e 100755 --- a/source4/script/tests/test_blackbox.sh +++ b/source4/script/tests/test_blackbox.sh @@ -20,9 +20,7 @@ ADDARGS="$@" incdir=`dirname $0` . $incdir/test_functions.sh -# 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 "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 |