diff options
author | Steve French <sfrench@samba.org> | 2006-09-15 21:39:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:48 -0500 |
commit | 1ce5df6c724f8d943b9c32c23f9e8e551630ac4a (patch) | |
tree | b71ed5a9bc7a4dcd14f6321e36e11d4ca1433f42 /source4/script | |
parent | dc70a6b4e7d4ada5b9aa32712aead93262b360b2 (diff) | |
download | samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.tar.gz samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.tar.bz2 samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.zip |
r18570: Fix up function names in cifs unix/posix extensions backend. Enable tiny quick test for torture for them
(This used to be commit 64062d16a2cc215af320eb30827887eb2531e3b0)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 2 | ||||
-rwxr-xr-x | source4/script/tests/tests_quick.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index ea52eaf1cb..00a1e5bc71 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -126,7 +126,7 @@ system:anonymous = true [cifsposixtestshare] read only = no - ntvfs handler = cifsposix + ntvfs handler = cifsposix path = $TMPDIR EOF diff --git a/source4/script/tests/tests_quick.sh b/source4/script/tests/tests_quick.sh index 7b7d35fcce..614b98008c 100755 --- a/source4/script/tests/tests_quick.sh +++ b/source4/script/tests/tests_quick.sh @@ -9,5 +9,5 @@ $SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || failed=`expr $f $SRCDIR/script/tests/test_nbt.sh $SERVER || failed=`expr $failed + $?` $SRCDIR/script/tests/test_quick.sh //$SERVER/cifs $USERNAME $PASSWORD "" || failed=`expr $failed + $?` $SRCDIR/script/tests/test_rpc_quick.sh $SERVER $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?` -#$SRCDIR/script/tests/test_cifsposix.sh //$SERVER/cifsposixtestshare $USERNAME $PASSWORD "" || failed=`expr $failed + $?` +$SRCDIR/script/tests/test_cifsposix.sh //$SERVER/cifsposixtestshare $USERNAME $PASSWORD "" || failed=`expr $failed + $?` |