diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-12 00:50:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:01:40 -0500 |
commit | 4da477d4fa891703497608c6b93402c4fc278f95 (patch) | |
tree | e932c07a9879d5fbac6c2244d89d82be7b63e0a4 /testprogs | |
parent | 7ce6a75f4b7c0fc282fbc0d4387843a278430eb1 (diff) | |
download | samba-4da477d4fa891703497608c6b93402c4fc278f95.tar.gz samba-4da477d4fa891703497608c6b93402c4fc278f95.tar.xz samba-4da477d4fa891703497608c6b93402c4fc278f95.zip |
r24339: Move output functions to separate files.
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)
Diffstat (limited to 'testprogs')
-rwxr-xr-x | testprogs/blackbox/test_smbclient.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_smbclient.sh b/testprogs/blackbox/test_smbclient.sh index b2787e52605..5431e4ce59d 100755 --- a/testprogs/blackbox/test_smbclient.sh +++ b/testprogs/blackbox/test_smbclient.sh @@ -141,7 +141,7 @@ testit "Test login with PASSWD" $VALGRIND bin/smbclient -c 'ls' $CONFIGURATION / oldUSER=$USER USER="$USERNAME" export USER -testit "Test login with USER and PASSWD" $VALGRIND bin/smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp -W "$DOMAIN" | failed=`expr $failed + 1` +testit "Test login with USER and PASSWD" $VALGRIND bin/smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp -W "$DOMAIN" || failed=`expr $failed + 1` PASSWD= export PASSWD unset PASSWD |