From ef6ef96dff30f1cfbe2e9e31af23080dbdc07217 Mon Sep 17 00:00:00 2001 From: Pierre Avital Date: Fri, 25 Aug 2023 18:24:49 +0200 Subject: [PATCH] remove realpath from test scripts, as macos doesn't support it --- tests/api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.sh b/tests/api.sh index a4bf36acc..7be9183b3 100644 --- a/tests/api.sh +++ b/tests/api.sh @@ -14,7 +14,7 @@ # TESTBIN="$1" -TESTDIR=$(realpath $(dirname "$0")) +TESTDIR=$(dirname "$0") if [ "$OSTYPE" = "msys" ]; then TESTBIN="$TESTDIR/Debug/$TESTBIN.exe"