r23512: Fix conflict in #define for SECDESC_PREFIX. Ensure all
[Samba/gebeck_regimport.git] / source / script / tests / test_local_s3.sh
blob6117106c8a3c445aa7f9c5760f6b2f990db32a5d
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 testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
24 failed=`expr $failed +1`
26 testok $0 $failed