diff options
-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 } |