# HG changeset patch # User Mads Kiilerich # Date 1339371651 -7200 # Node ID cbb200487fb623490cd787e95f41c1392aa8f8d8 # Parent 716365545fb1b3e2b08a0add5d565a7a7d9881f8 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. [ original upstream message ] diff -r 716365545fb1 -r cbb200487fb6 tests/test-keyword.t --- a/tests/test-keyword.t Sun Jun 10 18:50:42 2012 +0200 +++ b/tests/test-keyword.t Mon Jun 11 01:40:51 2012 +0200 @@ -1127,3 +1127,5 @@ $Xinfo$ ignore $Id$ a + + $ cd ..