btrfs/091: Disable compress to avoid output dismatch
[xfstests-dev.git] / tests / btrfs / 091
index 16b5c16ce2f2247c59a6d5291eda4cfcdc4806eb..e3c43c761b4c928f9fb2f101394e43fabda36415 100755 (executable)
@@ -60,7 +60,8 @@ run_check _scratch_mkfs "--nodesize $NODESIZE"
 # inode cache will also take space in fs tree, disable them to get consistent
 # result.
 # discard error output since we will check return value manually.
-_scratch_mount "-o noinode_cache" 2> /dev/null
+# also disable all compression, or output will mismatch with golden output
+_scratch_mount "-o noinode_cache,compress=no,compress-force=no" 2> /dev/null
 
 # Check for old kernel which doesn't support 'noinode_cache' mount option
 if [ $? -ne 0 ]; then