##// END OF EJS Templates
blackbox: fix a few check-code portability errors
Bryan O'Sullivan -
r18836:a7d0ddc7 default
parent child Browse files
Show More
@@ -67,7 +67,7 b' we must not cause a failure if we cannot'
67 $ chmod 000 .hg/blackbox.log
67 $ chmod 000 .hg/blackbox.log
68 $ hg --debug incoming
68 $ hg --debug incoming
69 warning: cannot write to blackbox.log: Permission denied
69 warning: cannot write to blackbox.log: Permission denied
70 comparing with $TESTTMP/blackboxtest
70 comparing with $TESTTMP/blackboxtest (glob)
71 query 1; heads
71 query 1; heads
72 searching for changes
72 searching for changes
73 all local heads known remotely
73 all local heads known remotely
@@ -86,7 +86,7 b' we must not cause a failure if we cannot'
86
86
87
87
88 $ hg pull
88 $ hg pull
89 pulling from $TESTTMP/blackboxtest
89 pulling from $TESTTMP/blackboxtest (glob)
90 searching for changes
90 searching for changes
91 adding changesets
91 adding changesets
92 adding manifests
92 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now