+2006-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
+ Remove stdin redirection from /dev/null to allow pipe to work.
+
2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
* tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
AT_SETUP([AC_PROG_CPP without warnings])
# Ignore if /lib/cpp doesn't work
-AT_CHECK([echo '#include <stdio.h>' | /lib/cpp </dev/null || exit 77],
+AT_CHECK([echo '#include <stdio.h>' | /lib/cpp || exit 77],
[], [ignore], [ignore])
# A cpp which exit status is meaningless.
AT_SETUP([AC_PROG_CPP via CC])
# Ignore if /lib/cpp doesn't work
-AT_CHECK([echo '#include <stdio.h>' | /lib/cpp </dev/null || exit 77],
+AT_CHECK([echo '#include <stdio.h>' | /lib/cpp || exit 77],
[], [ignore], [ignore])
AT_DATA([mycc],