mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
sanitize the notrun messages.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# XFS QA Test No. 065
|
||||
# $Id: 065,v 1.3 2002/01/21 20:47:24 nathans Exp $
|
||||
# $Id: 065,v 1.4 2002/03/06 04:57:59 tes Exp $
|
||||
#
|
||||
# Testing incremental dumps and cumulative restores with
|
||||
# "adding, deleting, renaming, linking, and unlinking files and
|
||||
@@ -83,8 +83,10 @@ _my_ls_filter()
|
||||
#
|
||||
umount $SCRATCH_DEV 2>/dev/null
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT
|
||||
$here/src/feature -U $SCRATCH_DEV && _notrun "do not run with user quotas"
|
||||
$here/src/feature -G $SCRATCH_DEV && _notrun "do not run with group quotas"
|
||||
$here/src/feature -U $SCRATCH_DEV && \
|
||||
_notrun "Quota enabled, test needs controlled xfsdump output"
|
||||
$here/src/feature -G $SCRATCH_DEV && \
|
||||
_notrun "Quota enabled, test needs controlled xfsdump output"
|
||||
umount $SCRATCH_DEV
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user