Remove useless "Trace/breakpoint trap" lines using the format
that is generated on Goobuntu.
R=r,rsc
DELTA=2 (1 added, 0 deleted, 1 changed)
OCL=18973
CL=18976
diff --git a/test/run b/test/run
index 3617301..de4222e 100755
--- a/test/run
+++ b/test/run
@@ -59,7 +59,8 @@
s/ PC=0x[0-9a-f]*/ PC=xxx/
s/^pc: 0x[0-9a-f]*/pc: xxx/
/^Trace\/breakpoint trap/d
- /RUNFILE/ s/line 1: *[0-9]*/line 1: PID/' > run.out
+ /RUNFILE/ s/line 1: *[0-9]*/line 1: PID/
+ /^\$RUNFILE: line 1: PID Trace\/breakpoint trap/d' > run.out
case $failed in
1)