From 44a2912b831f1c3f75fee82273e235ff78b5cb93 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 15 Apr 2022 14:35:29 -0400 Subject: tests: Quiet errors from chflags --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') 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 } -- cgit v1.2.3