blob: f348033085cd85d5dfb7985310b333061919e030 (
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. 001
#
# A test that should always pass
#
. ./common/preamble
_begin_fstest selftest
echo "Silence is golden"
status=0
exit
|