#! /bin/bash # SPDX-License-Identifier: GPL-2.0 # # FS QA Test No. 004 # # A test that should always be skipped # . ./common/preamble _begin_fstest selftest _notrun "Always skip me" echo "I should be skipped" status=0 exit