sanitize the notrun messages.
[xfstests-dev.git] / 065
diff --git a/065 b/065
index 753018fca46d2d650e1dc097c477e72a1e158a1c..353f3cdf7b7f861afe4bd03839697392ffebaa04 100755 (executable)
--- 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
 
 #