From dc70a6b4e7d4ada5b9aa32712aead93262b360b2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Sep 2006 21:05:03 +0000 Subject: r18569: add really simple testing of the 'simple' ntvfs backend, so we know when it breaks. It isn't much good as a template for developers to use unless it works :-) (This used to be commit 262bee07dcb140b413d5ae5a8a754b3e57235323) --- source4/script/tests/mktestsetup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/script/tests/mktestsetup.sh') diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 181959aa5b..ea52eaf1cb 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -119,6 +119,11 @@ system:anonymous = true cifs:domain = $DOMAIN cifs:share = tmp +[simple] + path = $TMPDIR + read only = no + ntvfs handler = simple + [cifsposixtestshare] read only = no ntvfs handler = cifsposix -- cgit