tests/test-symlink-placeholder.t
changeset 19650 36f48c7d5944
parent 16913 f2719b387380
child 22046 7a9cbb315d84
--- a/tests/test-symlink-placeholder.t	Tue Sep 03 15:12:35 2013 -0400
+++ b/tests/test-symlink-placeholder.t	Sat Aug 31 10:16:06 2013 -0700
@@ -41,6 +41,13 @@
   a (no-eol)
   $ hg --config extensions.n=$TESTTMP/nolink.py st --debug
 
+Empty placeholder:
+
+  $ rm b
+  $ touch b
+  $ hg --config extensions.n=$TESTTMP/nolink.py st --debug
+  ignoring suspect symlink placeholder "b"
+
 Write binary data to the placeholder:
 
   >>> open('b', 'w').write('this is a binary\0')