changeset 587:e790c9263068

Now that we pass selftest.sh again, fix a bug in the sanity test at the end.
author Rob Landley <rob@landley.net>
date Fri, 04 Apr 2008 00:18:36 -0500
parents df36eb4661a5
children 99c839b47e5d
files make/selftest.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/selftest.sh	Fri Apr 04 00:14:55 2008 -0500
+++ b/make/selftest.sh	Fri Apr 04 00:18:36 2008 -0500
@@ -21,6 +21,6 @@
 CC=./test2cc make/make.sh $TARGET &&
 
 echo -e "\nSanity check." &&
-./$CCNAME >/dev/null &&
+./$CCNAME -E - </dev/null >/dev/null &&
 
 echo success || echo test failed