* run-native-test.sh: Redirect output from native test process.
+2005-12-14 Roland McGrath <roland@redhat.com>
+
+ * run-native-test.sh: Redirect output from native test process.
+
2005-12-13 Roland McGrath <roland@redhat.com>
* allregs.c (main): Fail if we find no registers.
for cc in "$HOSTCC" "$HOST_CC" cc gcc "$CC"; do
test "x$cc" != x || continue
$cc -o native -g native.c > /dev/null 2>&1 &&
- ./native & native=$! &&
+ ./native > /dev/null 2>&1 & native=$! &&
sleep 1 && kill -0 $native 2> /dev/null &&
break ||
native=0