From: Peter Rosin Date: Wed, 29 May 2013 10:01:07 +0000 (+0200) Subject: tests: avoid a spurious failure on non-POSIX systems X-Git-Tag: v1.13.2b~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4598c57d3dded53851f1319f23d187b2c8132d3;p=platform%2Fupstream%2Fautomake.git tests: avoid a spurious failure on non-POSIX systems Fixes automake bug#14495. * t/lex-header.sh: Make sure unistd.h isn't included. Signed-off-by: Peter Rosin --- diff --git a/t/lex-header.sh b/t/lex-header.sh index 005ae8692..0789af4ed 100644 --- a/t/lex-header.sh +++ b/t/lex-header.sh @@ -55,6 +55,7 @@ cat > lexer.l << 'END' END cat > main.c <<'END' +#define YY_NO_UNISTD_H 1 #include "mylex.h" int main (void) {