tests/test-grep.t
changeset 16912 6ef3107c661e
parent 16350 4f795f5fbb0b
child 17805 21c93988ca70
--- a/tests/test-grep.t	Mon Jun 11 01:08:39 2012 +0200
+++ b/tests/test-grep.t	Mon Jun 11 01:38:32 2012 +0200
@@ -163,6 +163,8 @@
   color:3:-:red
   color:1:+:red
 
+  $ cd ..
+
   $ hg init a
   $ cd a
   $ cp "$TESTDIR/binfile.bin" .
@@ -170,3 +172,5 @@
   $ hg ci -m 'add binfile.bin'
   $ hg grep "MaCam" --all
   binfile.bin:0:+: Binary file matches
+
+  $ cd ..