summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-01-31 20:49:01 +0100
committerDmitry V. Levin <ldv@strace.io>2023-01-31 19:49:01 +0000
commit6981dc4608c8f71d77c1ce158e977a5222e85131 (patch)
tree4be20f015bf808dd50e77238e38c69ae73bf1aaa
parentdb4f02c8e312fee52639cac8a309bbde87846231 (diff)
downloadstrace-6981dc4608c8f71d77c1ce158e977a5222e85131.tar.gz
pc.test: Fix up order of strace messages again
It seems I managed to swap two lines with my last patch. This fixes it up again and brings it in the correct logical order. There is no functional change. The testcase succeeds in both cases. Fixes: 1b828bb0f48a ("hppa: Fix pc.test testcase on hppa architecture") Signed-off-by: Helge Deller <deller@gmx.de>
-rwxr-xr-xtests/pc.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pc.test b/tests/pc.test
index 7da0d6b0c..b70669eab 100755
--- a/tests/pc.test
+++ b/tests/pc.test
@@ -31,8 +31,8 @@ addr="$(echo "$ip" |sed -r 's/^0+//')" && addr=${addr%?} &&
cat > "$EXP" << __EOF__
\\[[[:xdigit:]]{$len}\\] munmap\\(0x[[:xdigit:]]+, 0\\) += -1 .*
-\\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
\\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr[[:xdigit:]]\\} ---
+\\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
\\[\\?{$len}\\] \\+\\+\\+ exited with 0 \\+\\+\\+
__EOF__