Prevent test pollution.

master
Jordan Harband 2014-10-22 01:26:34 -07:00
parent 8284cd0f81
commit 08aa09e664
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
die () { echo $@ ; cleanup ; exit 1; }
cleanup () {
rm -rf ../../../alias/stable
rm -rf ../../../alias/unstable
rm -rf ../../../v0.8.1
rm -rf ../../../v0.9.1
}