From 0012f7509a968e0a7a81c7504b5be27e467faa0d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Mar 2007 10:29:39 +0000 Subject: r21742: reenable the smbclient test now that the d_printf bug is fixed (This used to be commit f483f5b26a702cffb72a46e0f172d82c18471e26) --- source4/script/tests/test_blackbox.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/script/tests') 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 -- cgit