summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-04-15 14:35:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-04-15 14:35:29 -0400
commit44a2912b831f1c3f75fee82273e235ff78b5cb93 (patch)
treef8e3ee46c7118cbfd0e3234bf6b21ccb07ae36bd /tests.sh
parent33b477d90dbad8664d7393d65f8df4e73882cb66 (diff)
downloadbfs-44a2912b831f1c3f75fee82273e235ff78b5cb93.tar.xz
tests: Quiet errors from chflags
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
}