Skip to content

Commit 3106e2e

Browse files
committed
fix codacy issue
1 parent 7b7eee2 commit 3106e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
set -o pipefail
55

66
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
7-
TEST_DATA=${EPHEMERIS_TEST_DATA:-"$CURRENT_DIR"}
7+
export TEST_DATA=${EPHEMERIS_TEST_DATA:-"$CURRENT_DIR"}
88
# The exposed web port may change to 443 in the future
99
INTERNAL_EXPOSED_WEB_PORT=80
1010

0 commit comments

Comments
 (0)