tests: typo fix

* tests/base.at: Fix typo.
Spotted by anonymous in https://savannah.gnu.org/support/?110526
This commit is contained in:
Eric Blake 2021-08-12 13:05:42 -05:00
parent 64df9b4523
commit 706847e2d0

View File

@ -1084,7 +1084,7 @@ mv config.status config-status-expected
mv config.h config-h-expected
# Run it again with stdin (fd 0) closed.
# There should be no change to the stdout or stderr output and thoe
# There should be no change to the stdout or stderr output and the
# result of configuration should be the same.
AT_CHECK_CONFIGURE([ 0<&- ], [], [stdout], [stderr])