Problem: There is no easy way to get the global directory, esp. if some windows have a local directory. Solution: Make getcwd(-1) return the global directory. (Andy Massimino, closes #2606)
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)