http://d.puremagic.com/issues/show_bug.cgi?id=11392
--- Comment #8 from safety0ff.bugz <[email protected]> 2013-11-01 04:40:09 PDT --- (In reply to comment #7) > Only one way to find out: > https://github.com/D-Programming-Language/phobos/pull/1677 I just did the same, both test show that it would not have been caught with or without the changes to the test. Anyways, as I stated before, in retrospect, I should have used: auto cwd = getcwd(); chdir(testdir); scope(exit) chdir(cwd); and left the actual tests alone. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
