From b78fd9740ef6a2ed67a1ef14e76483af784fb5f0 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Sun, 7 Oct 2012 00:57:26 +0200 Subject: [PATCH] tests: refix line ending problems on MinGW. In commit 22f5750, one of the hunks actually introduced line ending problems. Revert that hunk. * tests/mdemo.at: Use AT_DATA for expected output when the output from compiled programs is fed through $EGREP. Signed-off-by: Peter Rosin --- tests/mdemo.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/mdemo.at b/tests/mdemo.at index 70c55324b..48b7f6356 100644 --- a/tests/mdemo.at +++ b/tests/mdemo.at @@ -824,7 +824,8 @@ int main (int argc, char **argv) } ]]) -LT_AT_HOST_DATA([expout], +# Not using LT_AT_HOST_DATA below, since $EGREP normalizes line endings. +AT_DATA([expout], [[Welcome to GNU libtool mdemo2! module name: foo1 module reference count: 1 -- 2.47.3