summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 2007d0a..f4d4107 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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"