summaryrefslogtreecommitdiffstats
path: root/tests/common/L_mount.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-07-08 13:15:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-07-08 13:15:37 -0400
commit33b85e1f8769e7f75721887638ae454d109a034f (patch)
treeaa4831407cdc1466c4071d0691941b96f81bd2a3 /tests/common/L_mount.sh
parent0ad75059c70488e9802d716c9e2dc04ad7b1ea5a (diff)
downloadbfs-33b85e1f8769e7f75721887638ae454d109a034f.tar.xz
Implement POSIX 2024's -mount
This reverts commit 4f80c17192f2b28c96a489969d4435151d68d0ce. Link: https://www.austingroupbugs.net/view.php?id=1133
Diffstat (limited to 'tests/common/L_mount.sh')
-rw-r--r--tests/common/L_mount.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/common/L_mount.sh b/tests/common/L_mount.sh
deleted file mode 100644
index fd8042a..0000000
--- a/tests/common/L_mount.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-test "$UNAME" = "Darwin" && skip
-
-cd "$TEST"
-mkdir foo mnt
-
-bfs_sudo mount -t tmpfs tmpfs mnt || skip
-defer bfs_sudo umount mnt
-
-ln -s ../mnt foo/bar
-"$XTOUCH" mnt/baz
-ln -s ../mnt/baz foo/qux
-
-bfs_diff -L . -mount