Skip to content

Commit

Permalink
Fix dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Aug 19, 2024
1 parent 631c1b7 commit 95e50f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backport_tests
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log_header "Tests exit code"
# https://github.com/hazelcast/backport/issues/10
# Find location of a temp directory, where script is _unlikely_ to exist
TMPDIR=$(mktemp)
TMPDIR="$(dirname "${SCRIPT_DIR}")"
TMPDIR="$(dirname "${TMPDIR}")"
(cd "${TMPDIR}"; test_get_exit_code 2)

assert_eq 0 "${TESTS_RESULT}" "All tests should pass"

0 comments on commit 95e50f2

Please sign in to comment.