From 76c75caa9bed22f0e9988912b96c525d89459ce0 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 29 Jun 2015 19:16:37 -0300 Subject: [PATCH] fix test again --- test/noosfero_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/noosfero_test.sh b/test/noosfero_test.sh index 00570e0..03b1886 100644 --- a/test/noosfero_test.sh +++ b/test/noosfero_test.sh @@ -14,7 +14,7 @@ test_noosfero_on_subdir() { } test_reverse_proxy_noosfero() { - local meta="$(run_on social curl-host softwarepublico.dev http://localhost/social | sed -e '/noosfero:root/ !d; s/^\s*//')" + local meta="$(run_on social curl-host softwarepublico.dev http://social/social/ | sed -e '/noosfero:root/ !d; s/^\s*//')" assertEquals '' "$meta" } -- libgit2 0.21.2