##// END OF EJS Templates
test-tools: fix portability issues
Matt Mackall -
r23909:0760f023 default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 Tests of the file helper tool
1 Tests of the file helper tool
2
2
3 $ f -h
3 $ f -h
4 Usage: f [options] [filenames]
4 ?sage: f [options] [filenames] (glob)
5
5
6 Options:
6 Options:
7 -h, --help show this help message and exit
7 -h, --help show this help message and exit
@@ -65,7 +65,7 b' Tests of the file helper tool'
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=120, mode=755
68 .: directory with 4 files, size=*, mode=755 (glob)
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
General Comments 0
You need to be logged in to leave comments. Login now