mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed merge problems
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# XFS QA Test No. 079
|
||||
# FS QA Test No. 079
|
||||
#
|
||||
# Run the t_immutable test program for immutable/append-only files.
|
||||
#
|
||||
@@ -49,6 +49,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
_cleanup()
|
||||
{
|
||||
cd /
|
||||
echo "*** cleaning up"
|
||||
$timmutable -r $SCRATCH_MNT/$seq
|
||||
umount $SCRATCH_MNT
|
||||
@@ -58,6 +59,9 @@ _cleanup()
|
||||
. ./common.rc
|
||||
. ./common.filter
|
||||
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
|
||||
_require_scratch
|
||||
[ -x $timmutable ] || _notrun "t_immutable was not built for this platform"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user