Skip to content

Commit

Permalink
Remove file store directory if it already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Mar 21, 2012
1 parent 2175578 commit 865b372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ fi
echo "*** Specs passed. Starting litmus"
echo

# Ensure fresh store directory
rm -rf /tmp/dav-file-store
mkdir /tmp/dav-file-store

# Run litmus test
bundle exec dav4rack --root /tmp/dav-file-store &

Expand Down

0 comments on commit 865b372

Please sign in to comment.