diff --git a/test/run-arm b/test/run-arm index 4a469ceae1..c7545ae0e9 100755 --- a/test/run-arm +++ b/test/run-arm @@ -90,8 +90,8 @@ then failed=1 fi -notinbugs=$(sed '/^== bugs/q' run.out | grep -c '^BUG') -inbugs=$(sed '1,/^== bugs/d' run.out | grep -c '^BUG') +notinbugs=$(sed '/== bugs/q' run.out | grep -c '^BUG') +inbugs=$(sed '1,/== bugs/d' run.out | grep -c '^BUG') echo 2>&1 $inbugs known bugs';' $notinbugs unexpected bugs$diffmsg