Skip to content

Commit 2c55511

Browse files
committed
ci integration tests are subtly wrong
1 parent 121939a commit 2c55511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Directory of the integration test
4-
HERE=$(dirname $0)
4+
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
# Root directory of the repository
66
DIST=$(cd $HERE/..; echo $PWD)
77

0 commit comments

Comments
 (0)