r22187: Test kerberos logins in the smbclient blackbox tests, including with a
[Samba.git] / source / script / tests / test_simple.sh
bloba4a672cd5bd7085971969b7713ecde52c716eb59
1 #!/bin/sh
2 # run a quick set of filesystem tests
4 ADDARGS="$*"
6 incdir=`dirname $0`
7 . $incdir/test_functions.sh
9 tests="BASE-RW1"
11 for t in $tests; do
12 name="$t"
13 plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
14 done