# cd /tmp # hg --version ok 1 - regex match of 'Mercurial Distributed SCM \(version [\d.]+\)' ok 2 - literal match of '(see http://mercurial.selenic.com for more information)' ok 3 - literal match of '' ok 4 - regex match of 'Copyright \(C\) [\d-]+ Matt Mackall and others' ok 5 - literal match of 'This is free software; see the source for copying conditions. There is NO' ok 6 - literal match of 'warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.' # mkdir foo # cd foo # pwd not ok 7 - literal match of '/tmp/foo' # Failed test 'literal match of '/tmp/foo'' # at lib/Lembas.pm line 87. # got: '/home/fgabolde/work/Lembas' # expected: '/tmp/foo' # hg init # echo "this is a file" > content # cat content # STDERR: cat: content # STDERR: : No such file or directory