From bbc29521f7786e47bed64562049f39fcc6af5725 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Fri, 9 Feb 2018 21:48:16 +0100 Subject: [PATCH] tests/nsyscall-d.test: swap exp and log in diff calls In line with the rest of the tests. * tests/nsyscalls-d.test: swap arguments of match_diff calls. --- tests/nsyscalls-d.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nsyscalls-d.test b/tests/nsyscalls-d.test index 206aa7ee..2cca32f1 100755 --- a/tests/nsyscalls-d.test +++ b/tests/nsyscalls-d.test @@ -22,5 +22,5 @@ run_strace $debug_flag -e trace=$syscall ../$NAME "$STRACE_EXE" 9 \ grep "invalid syscall" "$LOG-err-all" > "$LOG-err" -match_diff "$EXP" "$LOG" -match_diff "$EXP-err" "$LOG-err" +match_diff "$LOG" "$EXP" +match_diff "$LOG-err" "$EXP-err" -- 2.40.0