```perl my $f = Test::MockFile->file("/abc", "content"); open(my $fh, "<", "/abc"); open(my $fh2, "<", "/abc"); # This'll break stuff. ```