From 90c0a361b5cb8f72a9c908104b399451712fb7c5 Mon Sep 17 00:00:00 2001 From: Frédéric Mangano-Tarumi Date: Sat, 29 Feb 2020 01:01:38 +0100 Subject: Support running tests from any directory Signed-off-by: Lukas Fleischer --- test/t1200-git-serve.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t1200-git-serve.t') diff --git a/test/t1200-git-serve.t b/test/t1200-git-serve.t index e817b2cf..1893cdcd 100755 --- a/test/t1200-git-serve.t +++ b/test/t1200-git-serve.t @@ -2,7 +2,7 @@ test_description='git-serve tests' -. ./setup.sh +. "$(dirname "$0")/setup.sh" test_expect_success 'Test interactive shell.' ' "$GIT_SERVE" 2>&1 | grep -q "Interactive shell is disabled." -- cgit v1.2.3-24-g4f1b