diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-04-15 14:35:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-04-15 14:35:29 -0400 |
commit | 44a2912b831f1c3f75fee82273e235ff78b5cb93 (patch) | |
tree | f8e3ee46c7118cbfd0e3234bf6b21ccb07ae36bd | |
parent | 33b477d90dbad8664d7393d65f8df4e73882cb66 (diff) | |
download | bfs-44a2912b831f1c3f75fee82273e235ff78b5cb93.tar.xz |
tests: Quiet errors from chflags
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |