From 52dd70354718b2693a9ad239ef082f87abe5b39e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 22 Mar 2023 20:30:45 -0400 Subject: build: Rename binary to "atsign" Fixes: gcc: error: @-file refers to a directory --- (limited to 'tests/formats.sh') 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' -- cgit v0.9.1