Skip to content

Commit

Permalink
Fixed mode conversion issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn committed Feb 13, 2015
1 parent 92798d5 commit 5264def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envplate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func TestFilemode(t *testing.T) {

mode := filemode(file)

assert.Equal(t, 0654, mode)
assert.Equal(t, "-rw-r-xr--", mode.String())

}

Expand Down

0 comments on commit 5264def

Please sign in to comment.