diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-20 14:04:04 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-20 14:04:04 -0400 |
commit | bda772d9382506dd66a1c44ba821d3068d0a8479 (patch) | |
tree | a2677d676f0d203f1acccf0816be8cd7e5782e47 /tests.sh | |
parent | 472c0ea017f1e31bfdd8016ec30b42dab1d41fdb (diff) | |
download | bfs-bda772d9382506dd66a1c44ba821d3068d0a8479.tar.xz |
tests: Don't test symlink permissions
They're different between platforms.
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1791,7 +1791,7 @@ function test_printf_Y_error() { } function test_printf_H() { - bfs_diff basic links -printf '%%p(%p) %%d(%d) %%f(%f) %%h(%h) %%H(%H) %%P(%P) %%m(%m) %%M(%M) %%y(%y)\n' + bfs_diff basic links -printf '%%p(%p) %%d(%d) %%f(%f) %%h(%h) %%H(%H) %%P(%P) %%y(%y)\n' } function test_fstype() { |