[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autotest strips trailing whitespace from expected stdout
From: |
Mike Frysinger |
Subject: |
autotest strips trailing whitespace from expected stdout |
Date: |
Fri, 22 Jun 2007 02:09:10 -0400 |
User-agent: |
KMail/1.9.7 |
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
signature.asc
Description: This is a digitally signed message part.
- autotest strips trailing whitespace from expected stdout,
Mike Frysinger <=