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 <