From cd034e872d1a273961ef5612239d5e8168eb8843 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 24 Apr 2014 04:05:40 +0200 Subject: tests: run from anywhere --- tests/t0500-find.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/t0500-find.sh') diff --git a/tests/t0500-find.sh b/tests/t0500-find.sh index 2167836..03ba1fd 100755 --- a/tests/t0500-find.sh +++ b/tests/t0500-find.sh @@ -1,6 +1,7 @@ #!/bin/bash test_description='Find check' +cd "$(dirname "$0")" . ./setup.sh test_expect_success 'Make sure find resolves correct files' ' -- cgit v1.2.3-59-g8ed1b