tests/f
changeset 35471 ea4d27aac557
parent 34270 3db2365d43e4
child 35472 c1f7037c2ded
--- a/tests/f	Thu Dec 21 22:17:39 2017 +0900
+++ b/tests/f	Wed Dec 20 20:41:12 2017 -0500
@@ -59,7 +59,7 @@
         if isfile:
             if opts.type:
                 facts.append('file')
-            if opts.hexdump or opts.dump or opts.md5:
+            if opts.hexdump or opts.dump or opts.md5 or opts.sha1:
                 content = open(f, 'rb').read()
         elif islink:
             if opts.type: