From ce6c016efbb8ed421d2fc99529c559fd033b0571 Mon Sep 17 00:00:00 2001 From: Austen Date: Sun, 27 Apr 2014 19:20:35 -0400 Subject: [PATCH] Forgot to add absolute path for removing directories --- gitlabTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlabTest.sh b/gitlabTest.sh index e386748..4327076 100755 --- a/gitlabTest.sh +++ b/gitlabTest.sh @@ -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}"