selftest: add a fake root user to nss_wrapper_passwd in s3.
[Samba/gbeck.git] / source3 / script / tests / test_local_s3.sh
blob1840779085307cd09b65abb1fe50d3389eda3bca
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 test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
13 incdir=`dirname $0`
14 . $incdir/test_functions.sh
17 failed=0
19 testit "talloctort" $VALGRIND $BINDIR/talloctort || \
20 failed=`expr $failed + 1`
22 testit "replacetort" $VALGRIND $BINDIR/replacetort || \
23 failed=`expr $failed + 1`
25 testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
26 failed=`expr $failed + 1`
28 testit "smbconftort" $VALGRIND $BINDIR/smbconftort $CONFIGURATION || \
29 failed=`expr $failed + 1`
31 testok $0 $failed