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.
This commit is contained in:
Eugene Syromyatnikov 2018-02-09 21:48:16 +01:00 committed by Dmitry V. Levin
parent c7b168165f
commit bbc29521f7

View File

@ -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"