s3: Move stream_depot test to script/tests
authorVolker Lendecke <vl@samba.org>
Thu, 2 Feb 2012 17:30:40 +0000 (18:30 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 2 Feb 2012 19:35:27 +0000 (20:35 +0100)
source3/script/tests/stream-depot/run.sh [moved from source3/tests/stream-depot/run.sh with 76% similarity]
source3/script/tests/stream-depot/smb.conf [moved from source3/tests/stream-depot/smb.conf with 100% similarity]
source3/script/tests/stream-depot/vfstest.cmd [moved from source3/tests/stream-depot/vfstest.cmd with 100% similarity]

similarity index 76%
rename from source3/tests/stream-depot/run.sh
rename to source3/script/tests/stream-depot/run.sh
index f459aa3fd3ffd75c5940b306a5403c2a18f7658b..f1e75fbf716bc0424179498c51f2d434e77b48ba 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 rm -r .streams
-../../bin/vfstest -s smb.conf -f vfstest.cmd
+../../../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"