#!/usr/bin/bats load ../../library/assertions; PACKAGE=httpd-core setup() { if [[ -z $(/bin/rpm -qa | /bin/grep ${PACKAGE}) ]]; then skip "${PACKAGE} is not installed, tests skipped" fi } @test "dummy-test" { skip "Skipped, this test only demo" }