changeset 42363:b02f3aa2fab5

test: add missing 'cd ..' to test case Differential Revision: https://phab.mercurial-scm.org/D6439
author Danny Hooper <hooper@google.com>
date Wed, 22 May 2019 16:20:34 -0700
parents 52beb1b8a649
children a09829e14fc0
files tests/test-fix.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-fix.t	Wed May 22 14:16:44 2019 -0700
+++ b/tests/test-fix.t	Wed May 22 16:20:34 2019 -0700
@@ -834,6 +834,8 @@
   (use 'hg rebase --continue' or 'hg rebase --abort')
   [255]
 
+  $ cd ..
+
 When fixing a file that was renamed, we should diff against the source of the
 rename for incremental fixing and we should correctly reproduce the rename in
 the replacement revision.