forked from sig_core/toolkit
5 lines
151 B
Bash
5 lines
151 B
Bash
|
#!/bin/bash
|
||
|
r_log "file" "Install the file package"
|
||
|
# At one point it was installed in an earlier test (or it's default)
|
||
|
m_assertCleanExit rpm -q file
|