diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-09-07 07:44:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-09-07 07:44:39 -0400 |
commit | 4f859751e3b0f16177c34263c2aebadbbe2e43d1 (patch) | |
tree | a0bd3b843f301f50e95b3dbd683fc29db10c4900 /tests.sh | |
parent | e8557caace66b058e3048de7eff954baaa6c0493 (diff) | |
download | bfs-4f859751e3b0f16177c34263c2aebadbbe2e43d1.tar.xz |
Revert "tests: Test hardlinks to symlinks"
Apparently macOS doesn't support ln -P.
This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c.
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -75,9 +75,7 @@ function make_links() { touchp "$1/file" ln -s file "$1/symlink" ln "$1/file" "$1/hardlink" - ln -P "$1/symlink" "$1/hardsymlink" ln -s nowhere "$1/broken" - ln -P "$1/broken" "$1/hardbroken" ln -s symlink/file "$1/notdir" ln -s loop "$1/loop" mkdir -p "$1/deeply/nested/dir" |