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 ]
--- 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 ..