summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/usr.sbin/mtree/d_merge.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/usr.sbin/mtree/d_merge.in')
-rw-r--r--contrib/netbsd-tests/usr.sbin/mtree/d_merge.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/usr.sbin/mtree/d_merge.in b/contrib/netbsd-tests/usr.sbin/mtree/d_merge.in
new file mode 100644
index 0000000..9efd04b
--- /dev/null
+++ b/contrib/netbsd-tests/usr.sbin/mtree/d_merge.in
@@ -0,0 +1,27 @@
+# The last entry for any duplicate node should take precedence.
+
+. type=dir
+
+# directory "a" with only one entry, changing from dir to link
+./a type=dir
+./a/change-dir-to-link type=dir mode=0755
+./a/change-dir-to-link type=link mode=0755
+
+# directory "b" with only one entry, changing from link to dir
+./b type=dir
+./b/change-link-to-dir type=link mode=0755
+./b/change-link-to-dir type=dir mode=0755
+
+# directory "c" with multiple entries, one changing from dir to link
+./c type=dir
+./c/aaa type=file
+./c/zzz type=file
+./c/change-dir-to-link type=dir mode=0755
+./c/change-dir-to-link type=link mode=0755
+
+# directory "d" with multiple entries, one changing from link to dir
+./d type=dir
+./d/aaa type=file
+./d/zzz type=file
+./d/change-link-to-dir type=link mode=0755
+./d/change-link-to-dir type=dir mode=0755
OpenPOWER on IntegriCloud