comparison tests/test-tools.t @ 23911:593a5cd709a2

tests: teach f not to report directory size It's not meaningful or portable
author Matt Mackall <mpm@selenic.com>
date Sat, 17 Jan 2015 13:53:16 -0800
parents 0760f023a34b
children 7d0aa6269ece
comparison
equal deleted inserted replaced
23910:759df5197e9a 23911:593a5cd709a2
63 0010: 39 0a |9.| 63 0010: 39 0a |9.|
64 64
65 #if unix-permissions symlink 65 #if unix-permissions symlink
66 $ ln -s yadda l 66 $ ln -s yadda l
67 $ f . --recurse -MStmsB4 67 $ f . --recurse -MStmsB4
68 .: directory with 4 files, size=*, mode=755 (glob) 68 .: directory with 4 files, mode=755
69 ./bar: file, size=21, mode=755, md5=3b03, sha1=612c 69 ./bar: file, size=21, mode=755, md5=3b03, sha1=612c
70 ./baz: file, size=21, mode=755, md5=3b03, sha1=612c 70 ./baz: file, size=21, mode=755, md5=3b03, sha1=612c
71 ./foo: file, size=4, mode=644, md5=d3b0, sha1=f1d2 71 ./foo: file, size=4, mode=644, md5=d3b0, sha1=f1d2
72 ./l: link, size=5, mode=777, md5=2faa, sha1=af93 72 ./l: link, size=5, mode=777, md5=2faa, sha1=af93
73 #endif 73 #endif