xfs/007: fix regressions on V4 filesystems
[xfstests-dev.git] / tests / xfs / 061
1 #! /bin/bash
2 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5 # FS QA Test No. 061
6 #
7 # Test restoring a dump created in IRIX/XFS
8 #
9 . ./common/preamble
10 _begin_fstest dump ioctl auto quick
11
12 status=0        # success is the default!
13
14 # Override the default cleanup function.
15 _cleanup()
16 {
17         _cleanup_dump
18         cd /
19         rm -f $tmp.*
20 }
21
22 # Import common functions.
23 . ./common/dump
24
25 # real QA test starts here
26 _supported_fs xfs
27
28 # src/dumpfile based on dumping from
29 # _create_dumpdir_fill_perm (small dump)
30
31 _create_dumpdir_fill_perm
32 # override dump_file to checked-in dumpfile
33 # we have no quotas to restore
34 # if we happen to run this on crackle then put the hostname back
35 _do_restore_file --no-check-quota -f $here/src/dumpfile -L stress_056 |
36 sed -e 's/HOSTNAME/crackle/g' -e 's#SCRATCH_DEV#/dev/dsk/dks0d2s1#'
37 _diff_compare_sub
38 _ls_nodate_compare_sub
39
40 # success, all done
41 exit