From dbd374cff01a32210450faeee20f7d368c85de54 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 11 Nov 2020 11:07:49 -0500 Subject: [PATCH] tests/compile.at (AC_RUN_IFELSE): typo fix --- tests/compile.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compile.at b/tests/compile.at index c93722b93..92faed8b9 100644 --- a/tests/compile.at +++ b/tests/compile.at @@ -332,7 +332,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([], [return 2])], [AC_MSG_ERROR([saw `return 2' as a success])], [estatus=$? test $estatus != 2 && - AC_MSG_ERROR([did not get as 2 exit status: $estatus])]) + AC_MSG_ERROR([did not get 2 as exit status: $estatus])]) # The old stinky one. AC_TRY_RUN([int main (void) { return 3; }], -- 2.47.3