Tests should not write to the CWD because it might not be writeable. Either use %t, or /dev/null if the test does not check the output.
Tests should not write to the CWD because it might not be writeable. Either use %t, or /dev/null if the test does not check the output.