# HG changeset patch # User Matt Mackall # Date 1421530697 28800 # Node ID 0760f023a34b7ce170426f6beed9cbf0971265d4 # Parent 5502bd79d05297310a9d41dc5280552e1d565b9c test-tools: fix portability issues diff -r 5502bd79d052 -r 0760f023a34b tests/test-tools.t --- a/tests/test-tools.t Sat Jan 17 13:13:16 2015 -0800 +++ b/tests/test-tools.t Sat Jan 17 13:38:17 2015 -0800 @@ -1,7 +1,7 @@ Tests of the file helper tool $ f -h - Usage: f [options] [filenames] + ?sage: f [options] [filenames] (glob) Options: -h, --help show this help message and exit @@ -65,7 +65,7 @@ #if unix-permissions symlink $ ln -s yadda l $ f . --recurse -MStmsB4 - .: directory with 4 files, size=120, mode=755 + .: directory with 4 files, size=*, mode=755 (glob) ./bar: file, size=21, mode=755, md5=3b03, sha1=612c ./baz: file, size=21, mode=755, md5=3b03, sha1=612c ./foo: file, size=4, mode=644, md5=d3b0, sha1=f1d2