From acbb51062a7611e415513f8689a5bc2a5a5a9099 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 3 Jun 2017 11:03:58 +0200 Subject: [PATCH] * tests/core/ltlcross4.test: Ignore space diff in pandas' output. --- tests/core/ltlcross4.test | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/tests/core/ltlcross4.test b/tests/core/ltlcross4.test index e710fcfee..84c0ada0d 100755 --- a/tests/core/ltlcross4.test +++ b/tests/core/ltlcross4.test @@ -57,18 +57,19 @@ EOF # will exit 77 if panda is not installed $PYTHON test.py >out.1 -# remove trailing whitespace from pandas' output, -# and limit to 6 lines, because Pandas 0.13 adds -# the size of the dataframe afterwards. -sed 's/[ \t]*$//g;6q' py.out +# remove trailing whitespace from pandas' output, and limit to 6 +# lines, because Pandas 0.13 adds the size of the dataframe +# afterwards. Alse the spacing between columns differs from version +# to version. +sed 's/[ \t]*$//g;6q' py.out cat >expected <