Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed Jul 27, 2017
1 parent 0841057 commit d3b271d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/radpath_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ defmodule RadpathTests.RadpathFacts do
import Radpath, only: [md5sum: 1, sha1sum: 1, parent_path: 1]
test "Test md5sum: md5sum function" do
[h | _]= :os.cmd('md5sum LICENSE')
|> to_string
|> String.split
assert md5sum("LICENSE") == h
end
Expand Down

0 comments on commit d3b271d

Please sign in to comment.