# HG changeset patch # User TK Soh # Date 1142417364 -3600 # Node ID 2a676ad52c22b92749afef47bf15cd8f1211aebf # Parent eff46e2c9d678cbb50ea36e6fec19c7789da948e tests: more portability fix for the old systems diff --git a/tests/test-bad-pull b/tests/test-bad-pull --- a/tests/test-bad-pull +++ b/tests/test-bad-pull @@ -2,7 +2,7 @@ hg clone http://localhost:20059/ copy echo $? -ls copy +ls copy 2>/dev/null || echo copy: No such file or directory cat > dumb.py </dev/null || echo copy: No such file or directory # This server doesn't do range requests so it's basically only good for # one pull diff --git a/tests/test-static-http.out b/tests/test-static-http.out --- a/tests/test-static-http.out +++ b/tests/test-static-http.out @@ -1,6 +1,6 @@ abort: Connection refused 255 -ls: copy: No such file or directory +copy: No such file or directory changeset: 0:53e17d176ae6 tag: tip user: test