projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0302552
)
tests: avoid a spurious failure on non-POSIX systems
author
Peter Rosin
<peda@lysator.liu.se>
Wed, 29 May 2013 10:01:07 +0000
(12:01 +0200)
committer
Peter Rosin
<peda@lysator.liu.se>
Wed, 29 May 2013 10:01:07 +0000
(12:01 +0200)
Fixes automake bug#14495.
* t/lex-header.sh: Make sure unistd.h isn't included.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
t/lex-header.sh
patch
|
blob
|
history
diff --git
a/t/lex-header.sh
b/t/lex-header.sh
index
005ae86
..
0789af4
100644
(file)
--- 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)
{