updates to run (more) cleanly with quota mount option(s). expanded
[xfstests-dev.git] / 016
diff --git a/016 b/016
index 081234504eb9787ea74ee89a299c37f007864542..c5c525ed1f957ce4c74554efa83c78d1ec6ecb41 100755 (executable)
--- a/016
+++ b/016
@@ -100,8 +100,10 @@ _log_traffic()
     fi
 
     # having any quota enabled (acct/enfd) means extra log traffic - evil!
-    $here/src/feature -U $SCRATCH_DEV && _notrun "User quota are enabled"
-    $here/src/feature -G $SCRATCH_DEV && _notrun "Group quota are enabled"
+    $here/src/feature -U $SCRATCH_DEV && \
+               _notrun "Quota are enabled, test needs controlled log traffic"
+    $here/src/feature -G $SCRATCH_DEV && \
+               _notrun "Quota are enabled, test needs controlled log traffic"
  
     echo "   *** fiddle"
     while [ $count -ge 0 ]