tests/sealert-s-traceback-invalid-display: remove invalid argument

The argument was never used since sealert always crashed on GUI setup,
but it iss still better to remove it to avoid issues in the future.
This commit is contained in:
Vit Mojzis 2020-05-13 16:41:26 +02:00
parent 8e35736477
commit bb3d75bf71
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ rlJournalStart
rlPhaseEnd
rlPhaseStartTest
rlRun "DISPLAY=yolo sealert -s ./audit.log 2>&1 | tee ${OUTPUT_FILE}"
rlRun "DISPLAY=yolo sealert -s 2>&1 | tee ${OUTPUT_FILE}"
rlRun "grep Traceback ${OUTPUT_FILE}" 1
rlPhaseEnd
rlJournalPrintText