Overrides the file system so it can be tested without hitting the hard drive.
void useMemoryFileSystemForTesting() { fs = MemoryFileSystem(); }