Remove bashism from tests/local.at.

I regret doing development on a machine where /bin/sh is bash.

* tests/local.at: Don’t use test ==.
This commit is contained in:
Zack Weinberg 2023-12-22 10:05:27 -05:00
parent 4fbe643660
commit 634fb3e729

View File

@ -62,7 +62,7 @@ AS_CASE([$at_automake_version_1],
export AUTOMAKE
# Used in the code below that decides delay intervals.
if test "$AUTOMAKE" == false
if test "$AUTOMAKE" = false
then
# If automake is unavailable, then whether it supports subsecond
# mtime is moot.