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