# HG changeset patch # User TK Soh # Date 1146648325 -7200 # Node ID 1092533fd11c228dddce2a49ac245e0db8948009 # Parent 2477a7183a6f1a8c2e4ecb1815690b48faf5d7e5 tests: fix compatibility on Solaris diff -r 2477a7183a6f -r 1092533fd11c tests/test-backout --- a/tests/test-backout Wed May 03 10:53:51 2006 +0200 +++ b/tests/test-backout Wed May 03 11:25:25 2006 +0200 @@ -28,7 +28,7 @@ echo '# backout of backout is as if nothing happened' hg backout -d '3 0' --merge tip -cat a +cat a 2>/dev/null || echo cat: a: No such file or directory echo '# backout with merge' cd ..