From: Bruno Haible Date: Thu, 30 Nov 2023 07:07:56 +0000 (+0100) Subject: tests: Fix a typo. X-Git-Tag: v0.23~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eecb370ed02eb44f9e0dd7a648d961b8ccd54a1;p=thirdparty%2Fgettext.git tests: Fix a typo. * gettext-tools/tests/autopoint-3: Fix a typo in a file name. --- diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index bd3fbf335..237c771c7 100755 --- a/gettext-tools/tests/autopoint-3 +++ b/gettext-tools/tests/autopoint-3 @@ -128,7 +128,7 @@ test $? = 0 || { cat autopoint.err; Exit 1; } # Check that it all compiles. : ${CONFIG_SHELL=${SHELL-/bin/sh}} -${CONFIG_SHELL} ./configure >/dev/null 2>autpoint.err +${CONFIG_SHELL} ./configure >/dev/null 2>autopoint.err test $? = 0 || { cat autopoint.err; Exit 1; } ${MAKE} >/dev/null 2>autopoint.err