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:
parent
c7b168165f
commit
bbc29521f7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user