i was converting another project to autotest when i hit a test failure due to 
trailing whitespace mismatch ... consider this:
AT_SETUP(white)
AT_CHECK([echo "WHITESPACE: "], [0], [dnl
WHITESPACE: 
])

will result in a test failure as trailing whitespace is stripped from the 
expected stdout when generating the testsuite file but the command run still 
produces the trailing whitespace ;(

i'm using autoconf-2.61 ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to