sanitize the notrun messages.

This commit is contained in:
fsgqa
2002-05-10 02:50:17 +00:00
parent 365a57b8d5
commit d2b0f5e235
+5 -3
View File
@@ -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
#