tests: add missing trailing 'cd ..' stable
authorMads Kiilerich <mads@kiilerich.com>
Mon, 11 Jun 2012 01:40:51 +0200
branchstable
changeset 1096 cbb200487fb6
parent 1095 716365545fb1
child 1097 7f458d071b49
child 1098 72f57519a427
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 ]
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 ..