summaryrefslogtreecommitdiffstats
path: root/tests/formats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/formats.sh')
-rwxr-xr-xtests/formats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/formats.sh b/tests/formats.sh
index a0c4188..576b96a 100755
--- a/tests/formats.sh
+++ b/tests/formats.sh
@@ -24,7 +24,7 @@ set -eu
plan_ 1
exp="$(cat "${0%.sh}.exp")"
-got="$("${TOP_BUILDDIR}/@" -d '1970-01-02 03:04:05' -F)"
+got="$("${TOP_BUILDDIR}/atsign" -d '1970-01-02 03:04:05' -F)"
if [ x"${got}" = x"${exp}" ]; then
ok_ -- 'formats list'