1
0
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:
Volker Lendecke 2012-02-02 18:30:40 +01:00
parent bbde298241
commit c251667b4f
3 changed files with 1 additions and 1 deletions

View File

@ -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"