Skip to content

Commit

Permalink
Left testing homebrew stat call in by mistake. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 22, 2013
1 parent aa9f5be commit 138b1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_operations.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@




def assert_mode(path, mode): def assert_mode(path, mode):
assert run("gstat -c \"%%a\" %s" % path).stdout == mode assert run("stat -c \"%%a\" %s" % path).stdout == mode




class TestOperations(Integration): class TestOperations(Integration):
Expand Down

0 comments on commit 138b1cb

Please sign in to comment.