tests/test-symlinks.t
changeset 47129 93eb6c8035a9
parent 45846 96ca817ec192
child 47281 6763913fa175
--- a/tests/test-symlinks.t	Fri May 07 22:06:25 2021 -0400
+++ b/tests/test-symlinks.t	Mon May 03 20:04:19 2021 +0200
@@ -1,5 +1,13 @@
 #require symlink
 
+#testcases dirstate-v1 dirstate-v1-tree
+
+#if dirstate-v1-tree
+#require rust
+  $ echo '[experimental]' >> $HGRCPATH
+  $ echo 'dirstate-tree.in-memory=1' >> $HGRCPATH
+#endif
+
 == tests added in 0.7 ==
 
   $ hg init test-symlinks-0.7; cd test-symlinks-0.7;