]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Fix autopoint-1 test failure.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2021 19:28:23 +0000 (20:28 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Jan 2021 19:28:23 +0000 (20:28 +0100)
* gettext-tools/tests/autopoint-1: Update after 2020-12-28 commit.

gettext-tools/tests/autopoint-1

index 499c1f7ceab68b6bb7638550f42044eea599030c..4ad48e112aeea79f13e1252aaae0ec21323c8410 100755 (executable)
@@ -22,7 +22,7 @@ export gettext_datadir
 # Check if sanity checks are actually working.
 
 # no configure.ac
-$gettext_datadir/autopoint 2>&1 | grep 'Missing configure.in or configure.ac' 2>&1 >/dev/null \
+$gettext_datadir/autopoint 2>&1 | grep 'Missing configure.ac or configure.in' 2>&1 >/dev/null \
     || Exit 1
 
 test ! -d intl || Exit 1