#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# FS QA Test No. 002
#
# A test that should always fail due to output mismatch
#
. ./common/preamble
_begin_fstest selftest

echo "I am intentionally broken"
status=0
exit
