Gregory Bigwood

Results 2 issues of Gregory Bigwood

I mount two file systems (Filesystem3) inside a unit test. When I unmount the first file system: `Runtime.getRuntime().exec(new String[] { "bash", "-c", "umount " + mountPointOfFirstFs) });` I get a...

Convert to python 3