generic: test MADV_POPULATE_READ with IO errors
[xfstests-dev.git] / tests / udf / 102
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FS QA Test No. 102
6 #
7 # This tests mkfs_udf/mkudffs and the device detection code
8 # Modified from UDFQA test 031.
9 #
10 . ./common/preamble
11 _begin_fstest udf
12
13 # Override the default cleanup function.
14 _cleanup()
15 {
16     rm -f $tmp.*
17     cd /
18 }
19 # Import common functions.
20 . ./common/filter
21
22 # real QA test starts here
23 _supported_fs udf 
24
25 _require_scratch
26 _setup_udf_scratchdir
27
28 # Checks the udf filesystem
29 _check_udf_filesystem $SCRATCH_DEV
30
31 echo "Finished"
32
33 # success, all done
34 status=0
35 exit