tests/qual_fault.test: swap expected/output files in match_diff calls
match_diff expects the first argument as strace output and the second argument as expected output. * tests/qual_fault.test (check_fault_injection): Swap arguments in match_diff calls.
This commit is contained in:
parent
25efe1822a
commit
fbfe5335e5
@ -87,8 +87,8 @@ check_fault_injection()
|
||||
do
|
||||
pid=$(cat "$outpid.$i")
|
||||
|
||||
match_diff "$outout.$i" "$LOG.$pid"
|
||||
match_diff "$outexp.$i" "$outgot.$i"
|
||||
match_diff "$LOG.$pid" "$outout.$i"
|
||||
match_diff "$outgot.$i" "$outexp.$i"
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user