Index: elfutils-0.122/tests/run-native-test.sh
===================================================================
--- elfutils-0.122.orig/tests/run-native-test.sh	2006-08-13 16:42:30.000000000 +0000
+++ elfutils-0.122/tests/run-native-test.sh	2006-08-13 16:42:49.000000000 +0000
@@ -57,8 +57,9 @@
 
 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 > /dev/null 2>&1 & native=$! &&
+  $cc -o native -g native.c > /dev/null 2>&1
+  ./native > /dev/null 2>&1 &
+  native=$! &&
   sleep 1 && kill -0 $native 2> /dev/null &&
   break ||
   native=0

