Rev 12283: add copyright info,
test for pwd. in file:///home/jelmer/bzr.samba4/spoolss/
Jelmer Vernooij
jelmer at samba.org
Mon Jun 11 13:27:37 GMT 2007
At file:///home/jelmer/bzr.samba4/spoolss/
------------------------------------------------------------
revno: 12283
revision-id: jelmer at samba.org-20070528013344-qpv94f1sgdyhcpyi
parent: svn-v3-undefined:0c0555d6-39d7-0310-84fc-f1cc0bd64818:branches%2FSAMBA_4_0:23158
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: simplefixes
timestamp: Mon 2007-05-28 03:33:44 +0200
message:
add copyright info, test for pwd.
modified:
testprogs/blackbox/test_smbclient.sh 20746 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818:branches%2FSAMBA_4_0:testprogs%2Fblackbox%2Ftest_smbclient.sh
=== modified file 'testprogs/blackbox/test_smbclient.sh'
--- a/testprogs/blackbox/test_smbclient.sh 2007-04-12 10:25:01 +0000
+++ b/testprogs/blackbox/test_smbclient.sh 2007-05-28 01:33:44 +0000
@@ -1,4 +1,7 @@
#!/bin/sh
+# Blackbox tests for smbclient
+# Copyright (C) 2006-2007 Jelmer Vernooij <jelmer at samba.org>
+# Copyright (C) 2006-2007 Andrew Bartlett <abartlet at samba.org>
if [ $# -lt 5 ]; then
cat <<EOF
@@ -96,6 +99,8 @@
echo ls | runcmd "List directory with LANMAN1" -m LANMAN1 || failed=`expr $failed + 1`
echo ls | runcmd "List directory with LANMAN2" -m LANMAN2 || failed=`expr $failed + 1`
+echo pwd | runcmd "Print current working directory" || failed=`expr $failed + 1`
+
echo ls | testit "Test login with --machine-pass without kerberos" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp --machine-pass -k no || failed=`expr $failed + 1`
echo ls | testit "Test login with --machine-pass and kerberos" $VALGRIND bin/smbclient $CONFIGURATION //$SERVER/tmp --machine-pass -k yes || failed=`expr $failed + 1`
More information about the samba-cvs
mailing list