Skip to content

Commit

Permalink
remove realpath from test scripts, as macos doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Aug 25, 2023
1 parent dbc382d commit ef6ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.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 ef6ef96

Please sign in to comment.