X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fdata%2Fdata-out.at;h=2ff7a2646ddcc6db99401dc6c43e03d4447049dc;hb=780bb945117df0fb6ff41f1701b118743b30f18e;hp=6043d014b07dfd8375daafe36647cd471bfa42ea;hpb=733df2c91001aaad547091d668bd96f006945fa4;p=pspp diff --git a/tests/data/data-out.at b/tests/data/data-out.at index 6043d014b0..2ff7a2646d 100644 --- a/tests/data/data-out.at +++ b/tests/data/data-out.at @@ -14045,7 +14045,7 @@ print outfile='month-out.out'/x(month40). execute. ]) AT_CHECK([pspp -O format=csv month-out.sps], [1], [stdout]) -AT_CHECK([[sed '/^$/d' stdout | sort | uniq -c | sed 's/^[ ]*//']], [0], +AT_CHECK([[sed '/^ * *$/d' stdout | sort | uniq -c | sed 's/^[ ]*//']], [0], [dnl 38 error: Month number 0.000000 is not between 1 and 12. 38 error: Month number 0.500000 is not between 1 and 12. @@ -14961,7 +14961,7 @@ end repeat. execute. ]) AT_CHECK([pspp -O format=csv wkday-out.sps], [1], [stdout]) -AT_CHECK([[sed '/^$/d' stdout | sort | uniq -c | sed 's/^[ ]*//']], [0], +AT_CHECK([[sed '/^ * *$/d' stdout | sort | uniq -c | sed 's/^[ ]*//']], [0], [dnl 39 error: Weekday number 0.000000 is not between 1 and 7. 39 error: Weekday number 0.500000 is not between 1 and 7.