diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-03-28 10:16:03 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-03-28 11:38:50 -0400 |
commit | 99a362d04b507c7c0436c06f087f3d0d3abdc665 (patch) | |
tree | e9764de9faeb4d4ec912615c6d6a8c360419a9e9 /tests/common/delete_error.sh | |
parent | cd929976f8beb208c0c3524ae11de6ceed941324 (diff) | |
download | bfs-99a362d04b507c7c0436c06f087f3d0d3abdc665.tar.xz |
tests/common: Add a -delete error handling test
Diffstat (limited to 'tests/common/delete_error.sh')
-rw-r--r-- | tests/common/delete_error.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/common/delete_error.sh b/tests/common/delete_error.sh new file mode 100644 index 0000000..e6327f3 --- /dev/null +++ b/tests/common/delete_error.sh @@ -0,0 +1,9 @@ +cd "$TEST" + +"$XTOUCH" -p foo/bar baz/qux +chmod -w foo +defer chmod +w foo + +! invoke_bfs . -print -delete -print >"$OUT" || fail +sort_output +diff_output |