tests: stabilize test-pull-bundle.t for Windows
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 10 Apr 2018 22:57:55 -0400
changeset 37516 20808ddb4990
parent 37515 8a5ee6aa8870
child 37517 491edf2435a0
tests: stabilize test-pull-bundle.t for Windows See 594dd384803c.
tests/test-pull-bundle.t
--- a/tests/test-pull-bundle.t	Sun Apr 01 22:41:49 2018 +0900
+++ b/tests/test-pull-bundle.t	Tue Apr 10 22:57:55 2018 -0400
@@ -49,7 +49,7 @@
   > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
   > EOF
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle
@@ -91,7 +91,7 @@
 
   $ cd repo
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone http://localhost:$HGPORT2/ repo.pullbundle2
@@ -126,7 +126,7 @@
   > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
   > EOF
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3