tests/test-cat.t
changeset 35007 407ec7f3ff02
parent 35006 8154119ed236
child 35393 4441705b7111
--- a/tests/test-cat.t	Tue Nov 07 13:46:15 2017 -0800
+++ b/tests/test-cat.t	Tue Nov 07 13:48:33 2017 -0800
@@ -126,7 +126,6 @@
   $ echo a > foo/a
   $ hg add foo/a
   $ hg commit -qm "add foo/a"
-  $ mkdir output
   $ hg cat --output "output/%p" foo/a
-  abort: No such file or directory: output/foo/a
-  [255]
+  $ cat output/foo/a
+  a