From d4f155e9d55a5673d8d0db146368b00fa9852ec1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 1 Jan 2021 20:28:23 +0100 Subject: [PATCH] tests: Fix autopoint-1 test failure. * gettext-tools/tests/autopoint-1: Update after 2020-12-28 commit. --- gettext-tools/tests/autopoint-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-tools/tests/autopoint-1 b/gettext-tools/tests/autopoint-1 index 499c1f7ce..4ad48e112 100755 --- a/gettext-tools/tests/autopoint-1 +++ b/gettext-tools/tests/autopoint-1 @@ -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 -- 2.47.3