r21585: Start syncing the monster that will become 3.0.25pre1
[Samba.git] / source / script / tests / test_local_s3.sh
blob019a51559bec42b87ce9b7ae93d2f60210df08bb
1 #!/bin/sh
3 # this runs the file serving tests that are expected to pass with samba3
5 if [ $# != 0 ]; then
6 cat <<EOF
7 Usage: test_local_s3.sh
8 EOF
9 exit 1;
12 incdir=`dirname $0`
13 . $incdir/test_functions.sh
15 failed=0
17 testit "talloctort" $VALGRIND $BINDIR/talloctort || \
18 failed=`expr $failed + 1`
20 testit "replacetort" $VALGRIND $BINDIR/replacetort || \
21 failed=`expr $failed + 1`
23 testok $0 $failed