mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
s3: Move stream_depot test to script/tests
This commit is contained in:
parent
bbde298241
commit
c251667b4f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -r .streams
|
rm -r .streams
|
||||||
../../bin/vfstest -s smb.conf -f vfstest.cmd
|
../../../bin/vfstest -s smb.conf -f vfstest.cmd
|
||||||
NUM=`find .streams | wc -l`
|
NUM=`find .streams | wc -l`
|
||||||
if [ $NUM -ne 3 ] ; then
|
if [ $NUM -ne 3 ] ; then
|
||||||
echo "streams_depot left ${NUM} in .streams, expected 3"
|
echo "streams_depot left ${NUM} in .streams, expected 3"
|
Loading…
Reference in New Issue
Block a user