summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index b407f68..c31d2c9 100755
--- a/tests.sh
+++ b/tests.sh
@@ -3242,7 +3242,7 @@ function test_flags() {
rm -rf scratch/*
$TOUCH scratch/{foo,bar}
- skip_if fail chflags offline scratch/bar
+ skip_if fail quiet chflags offline scratch/bar
bfs_diff scratch -flags -offline,nohidden
}