summaryrefslogtreecommitdiff
path: root/test/infotest
diff options
context:
space:
mode:
Diffstat (limited to 'test/infotest')
-rw-r--r--test/infotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infotest b/test/infotest
index e93fc50..05b98ab 100644
--- a/test/infotest
+++ b/test/infotest
@@ -1,6 +1,6 @@
#!/bin/bash
set -eu
-THIS="$(realpath "$0")"
+THIS="$(readlink -f "$0")"
THISDIR="$(dirname "${THIS}")"
SRCDIR="$(dirname "${THISDIR}")"
VERSION="$(cat "${SRCDIR}/VERSION")"