blob: 89a3884d408770114b3b5362cb84add469a9ede3 [file] [log] [blame]
#! /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