fix confusing output
This commit is contained in:
parent
99b00a5305
commit
c4364e5b84
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ rlJournalStart
|
|||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 1" 0 "Difference file has only one line"
|
||||
rlAssertGrep '%%For: Super User' diff.txt
|
||||
else
|
||||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 0" 0 "Difference file has only one line"
|
||||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 0" 0 "No difference"
|
||||
fi
|
||||
rlRun "rm -f diff.txt" 0 "Remove diff file"
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ rlJournalStart
|
|||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 1" 0 "Difference file has only one line"
|
||||
rlAssertGrep '%%For: Super User' diff.txt
|
||||
else
|
||||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 0" 0 "Difference file has only one line"
|
||||
rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 0" 0 "No difference"
|
||||
fi
|
||||
rlRun "rm -f diff.txt" 0 "Remove diff file"
|
||||
rlPhaseEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue