comparison tests/test-blackbox.t @ 18720:0ade08dcb3c3

tests: remove glob lines which unnecessary match / for \ on windows This lines were reported as unnecessary when running the tests on windows because the path was already printed with a slash and not a backslash.
author Simon Heimberg <simohe@besonet.ch>
date Sat, 23 Feb 2013 22:54:57 +0100
parents 9ad13296c581
children 64b5562550e2
comparison
equal deleted inserted replaced
18719:9ad13296c581 18720:0ade08dcb3c3
55 adding file changes 55 adding file changes
56 added 1 changesets with 1 changes to 1 files 56 added 1 changesets with 1 changes to 1 files
57 (run 'hg update' to get a working copy) 57 (run 'hg update' to get a working copy)
58 $ hg blackbox -l 3 58 $ hg blackbox -l 3
59 1970/01/01 00:00:00 bob> pull 59 1970/01/01 00:00:00 bob> pull
60 1970/01/01 00:00:00 bob> 1 incoming changes - new heads: d02f48003e62 (glob) 60 1970/01/01 00:00:00 bob> 1 incoming changes - new heads: d02f48003e62
61 1970/01/01 00:00:00 bob> pull exited None after * seconds (glob) 61 1970/01/01 00:00:00 bob> pull exited None after * seconds (glob)
62 62
63 extension and python hooks - use the eol extension for a pythonhook 63 extension and python hooks - use the eol extension for a pythonhook
64 64
65 $ echo '[extensions]' >> .hg/hgrc 65 $ echo '[extensions]' >> .hg/hgrc