From 3d446a26ada901331faaaf3be9083dfe6773b50a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Mar 2016 18:53:03 +0100 Subject: Fix tests --- bin/clean_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/clean_test.sh') diff --git a/bin/clean_test.sh b/bin/clean_test.sh index ac885d9ec..ef146e091 100755 --- a/bin/clean_test.sh +++ b/bin/clean_test.sh @@ -4,5 +4,5 @@ basePath=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) for i in $(seq 1 6); do printf "use peertube-test%s;\ndb.dropDatabase();" "$i" | mongo - rm -rf "$basePath/../server/test$i" + rm -rf "$basePath/../test$i" done -- cgit v1.2.3