fstests: move test group info to test files
[xfstests-dev.git] / tests / generic / 221
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2010 Christoph Hellwig.  All Rights Reserved.
4 #
5 # FS QA Test No. 221
6 #
7 # Check ctime updates when calling futimens without UTIME_OMIT for the
8 # mtime entry.
9 #
10 # Based on a bug report and testcase from Eric Blake <ebb9@byu.net>.
11 #
12 . ./common/preamble
13 _begin_fstest auto metadata quick
14
15 # Import common functions.
16
17 # real QA test starts here
18 _supported_fs generic
19 _require_test
20
21 echo "Silence is golden."
22
23 (cd $TEST_DIR && $here/src/t_futimens)
24
25 status=0
26 exit $status