Forgot to add absolute path for removing directories

This commit is contained in:
Austen Adler 2014-04-27 19:20:35 -04:00
parent c85ca7b176
commit ce6c016efb

View File

@ -24,5 +24,5 @@ echo -e "${green}"
ls
echo -e "${close}"
echo -e "${green}Removing test directories${close}"
rm -rf tests
rm -rf /tmp/tests
echo -e "${green}Done testing!${close}"