comparison tests/test-merge2.t @ 16913:f2719b387380

tests: add missing trailing 'cd ..' Many tests didn't change back from subdirectories at the end of the tests ... and they don't have to. The missing 'cd ..' could always be added when another test case is added to the test file. This change do that tests (99.5%) consistently end up in $TESTDIR where they started, thus making it simpler to extend them or move them around.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 11 Jun 2012 01:40:51 +0200
parents ffb5c09ba822
children 1850066f9e36
comparison
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
47 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 47 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
48 $ echo This is file b2 > b 48 $ echo This is file b2 > b
49 $ hg commit -A -m "commit #2" 49 $ hg commit -A -m "commit #2"
50 adding b 50 adding b
51 created new head 51 created new head
52
53 $ cd ..