From: Volker Lendecke Date: Wed, 1 Feb 2012 19:07:24 +0000 (+0100) Subject: s3: Test for bug 8733 X-Git-Tag: tevent-0.9.15~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c66c8c756bde8654a3c1d07082b0ca5d357dc29;p=thirdparty%2Fsamba.git s3: Test for bug 8733 Autobuild-User: Volker Lendecke Autobuild-Date: Wed Feb 1 21:53:50 CET 2012 on sn-devel-104 --- diff --git a/source3/tests/stream-depot/run.sh b/source3/tests/stream-depot/run.sh new file mode 100755 index 00000000000..f459aa3fd3f --- /dev/null +++ b/source3/tests/stream-depot/run.sh @@ -0,0 +1,9 @@ +#!/bin/sh +rm -r .streams +../../bin/vfstest -s smb.conf -f vfstest.cmd +NUM=`find .streams | wc -l` +if [ $NUM -ne 3 ] ; then + echo "streams_depot left ${NUM} in .streams, expected 3" + exit 1 +fi +exit 0 diff --git a/source3/tests/stream-depot/smb.conf b/source3/tests/stream-depot/smb.conf new file mode 100644 index 00000000000..426d23c9491 --- /dev/null +++ b/source3/tests/stream-depot/smb.conf @@ -0,0 +1,5 @@ +[tmp] +# "path" is ignored by vfstest, it's always set to $(pwd) +path = /tmp +writable = yes +vfs objects = streams_depot xattr_tdb diff --git a/source3/tests/stream-depot/vfstest.cmd b/source3/tests/stream-depot/vfstest.cmd new file mode 100644 index 00000000000..1400546cf7b --- /dev/null +++ b/source3/tests/stream-depot/vfstest.cmd @@ -0,0 +1,5 @@ +connect +mkdir x +open x:y RC 0770 +unlink x:y +rmdir x