#!/usr/bin/env bashSCRIPT=`realpath$0`SCRIPTPATH=`dirname$SCRIPT`# start the server
php-S127.0.0.1:8888-t"$SCRIPTPATH/../../../../.."&
sleep30# run the testscd/tmp/litmus/litmus-0.13
makeURL=http://127.0.0.1:8888/remote.php/webdavCREDS="admin admin"TESTS="basic copymove props largefile"check