]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Fix a typo.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Nov 2023 07:07:56 +0000 (08:07 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 30 Nov 2023 07:08:17 +0000 (08:08 +0100)
* gettext-tools/tests/autopoint-3: Fix a typo in a file name.

gettext-tools/tests/autopoint-3

index bd3fbf335aba3a70249c4ab9c4157877bd57c058..237c771c73771895c0f6a39667834ebc24f7d2f8 100755 (executable)
@@ -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