blob: c7a2848c9ae28a6b9533a04c3cb9433dd4622b6b (
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. 003
#
# A test that _fail's
#
. ./common/preamble
_begin_fstest selftest
_fail "I have _fail'ed"
status=0
exit
|