summaryrefslogtreecommitdiff
path: root/tests/selftest/004
blob: 89a3884d408770114b3b5362cb84add469a9ede3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /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