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