Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove duplicate hash elem, which was a noop
  • Loading branch information
FROGGS committed Aug 26, 2015
1 parent c1ab404 commit 0ef812a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-io/io-spec-unix.t
Expand Up @@ -32,7 +32,6 @@ my %canonpath-parent = (
"foo/.." => '.',
"foo/../bar/../baz" => "baz",
"foo/../../bar" => "../bar",
"foo/bar/baz/../.." => "foo",
"../../.." => "../../..",
"/../../.." => "/",
"/foo/../.." => "/",
Expand Down

0 comments on commit 0ef812a

Please sign in to comment.