Skip to content

Commit

Permalink
Fix errant docs for making a symlink mock
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Dec 20, 2018
1 parent 6d8aa36 commit 68c72a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/MockFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For example:
# This will not die.
Test::MockFile->file("/bar", "...");
Test::MockFile->link("/foo", "/bar");
Test::MockFile->symlink("/foo", "/bar");
-l "/foo" or print "ok\n";
open(my $fh, ">", "/foo");
Expand Down

0 comments on commit 68c72a0

Please sign in to comment.