aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index d9955a5f..b22f928e 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -42,6 +42,7 @@ do_test()
C="$(which $CMDNAME 2>/dev/null)"
[ -z "$C" ] && "C=$CMDNAME"
fi
+ C="$(realpath "$C")"
. "$1"
}