#! /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
