From d2b0f5e235a1b24e9cc17974254183d21acd6e61 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Fri, 10 May 2002 02:50:17 +0000 Subject: [PATCH] sanitize the notrun messages. --- 065 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/065 b/065 index 753018fc..353f3cdf 100755 --- a/065 +++ b/065 @@ -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 # -- 2.39.5