# # patch "ChangeLog" # from [7cbbaf6aebf4eebe744025df83b081791e6fc989] # to [29faf3091bdac5d5e872a12d786669967de316ed] # # patch "tests/t_automate_select.at" # from [62297c6e4b9255d3614f5ffbff92b2a0dd31a997] # to [ff4e0d429619813b10bdb2c819525cf29341fe51] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-05-03 Jon Bright + * tests/t_automate_select.at: Use arithmetic comparison for + checking output of wc, since wc pads its results with initial + spaces on MinGW. + 2005-05-02 Nathaniel Smith * NEWS: More updates. --- tests/t_automate_select.at +++ tests/t_automate_select.at @@ -22,16 +22,24 @@ AT_CHECK(MONOTONE cert $SECOND testcert 'value') # Check that inexact values fail... -CHECK_SAME_STDOUT(MONOTONE automate select 'c:testcert=value=' | wc -l, echo 0) +AT_CHECK(MONOTONE automate select 'c:testcert=value=', [], [stdout], [ignore]) +AT_CHECK(mv stdout a_s) +AT_CHECK(test 0 -eq "`wc -l