Skip to content
Snippets Groups Projects
Commit 085a8145 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

Fixed tests.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fixed tests.

manifest hash: f6f36e6f95ea99efccc84dfa1d0af63d414a0eba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC1hsCW7P1GVgWeRoRAtbyAJoDpbSygoutryu3P/miCpX2Q/LA8gCgiClo
P+1ZpH0gycio/V4CKmj5Hlo=
=JVBT
-----END PGP SIGNATURE-----
parent 695dd9a4
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,5 @@
run()
EOF
set +x # backgrounding sometimes disturbs the order of command tracing
python dumb.py 2>/dev/null &
......@@ -20,5 +21,5 @@
python dumb.py 2>/dev/null &
sleep 2
set -x
hg clone http://localhost:20059/foo copy2
echo $?
......
......@@ -6,8 +6,7 @@
+ ls copy
ls: copy: No such file or directory
+ cat
+ python dumb.py
+ sleep 2
+ set +x
+ hg clone http://localhost:20059/foo copy2
requesting all changes
abort: HTTP Error 404: File not found
......
......@@ -27,7 +27,6 @@
+ hg log a
revision: 0:b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
user: test
date: Thu Jan 1 00:00:00 1970
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment