TEST-99-RPM: add test_check() for rpm,dnf,yum
parent
2811e4ed22
commit
e22e04ae15
|
|
@ -1,7 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
TEST_DESCRIPTION="rpm integrity after dracut and kernel install"
|
||||
$TESTDIR
|
||||
|
||||
test_check() {
|
||||
command -v rpm &>/dev/null && ( command -v yum || command -v dnf ) &>/dev/null
|
||||
}
|
||||
|
||||
test_run() {
|
||||
set -x
|
||||
|
|
|
|||
Loading…
Reference in New Issue