Mercurial > public > mercurial-scm > hg-stable
diff tests/test-diff-unified.t @ 16912:6ef3107c661e
tests: cleanup of tests that got lost in their own nested directories
Some tests ended up in a directory several directories deeper than $TESTTMP,
usually because some 'cd ..' had been forgotten between different test cases.
Add 'cd ..' where they are missing so the tests get back where they started.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 11 Jun 2012 01:38:32 +0200 |
parents | 16b75661828e |
children | d7abae94a7a0 |
line wrap: on
line diff
--- a/tests/test-diff-unified.t Mon Jun 11 01:08:39 2012 +0200 +++ b/tests/test-diff-unified.t Mon Jun 11 01:38:32 2012 +0200 @@ -89,6 +89,9 @@ abort: diff context lines count must be an integer, not 'foo' [255] + $ cd .. + + 0 lines of context hunk header matches gnu diff hunk header $ hg init diffzero @@ -191,3 +194,5 @@ @@ -1,1 +1,1 @@ -b +a + + $ cd ..