summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-04-20 14:04:04 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-04-20 14:04:04 -0400
commitbda772d9382506dd66a1c44ba821d3068d0a8479 (patch)
treea2677d676f0d203f1acccf0816be8cd7e5782e47 /tests.sh
parent472c0ea017f1e31bfdd8016ec30b42dab1d41fdb (diff)
downloadbfs-bda772d9382506dd66a1c44ba821d3068d0a8479.tar.xz
tests: Don't test symlink permissions
They're different between platforms.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 11c1057..f6807e2 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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() {