Skip to content

Commit

Permalink
forgot one of the realpaths, and of course, that broke the macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Aug 25, 2023
1 parent ef6ef96 commit 15e4960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

TESTBIN="$1"
TESTDIR=$(realpath $(dirname "$0"))
TESTDIR=$(dirname "$0")

if [ "$OSTYPE" = "msys" ]; then
TESTBIN="$TESTDIR/Debug/$TESTBIN.exe"
Expand Down

0 comments on commit 15e4960

Please sign in to comment.