Skip to content

Commit

Permalink
Fix #576 - Replace legacy TZ in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Nov 10, 2024
1 parent 79f8637 commit 6cd6a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/runprepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#

set -e
TZ=MET
TZ=Europe/Zurich
export TZ

# Check for correct output
Expand Down
2 changes: 1 addition & 1 deletion src/test/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#

set -e
TZ=MET
TZ=Europe/Zurich
export TZ

# prevent any default goelookup for testing
Expand Down

0 comments on commit 6cd6a95

Please sign in to comment.