Fixing test for centos
/Regression/bz517575-Changes-for-lowering-capabilities-project
This commit is contained in:
parent
8c284ab147
commit
d5e65ea3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGE="filesystem"
|
||||
(rlIsRHEL ">7" || rlIsFedora) && FORMAT="| awk '{print \$1, \$3, \$4, \$5, \" \", \$10, \$11, \$12}' | sed 's/ *$//'"
|
||||
(rlIsRHELLike ">7" || rlIsFedora) && FORMAT="| awk '{print \$1, \$3, \$4, \$5, \" \", \$10, \$11, \$12}' | sed 's/ *$//'"
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue