tests: fix compatibility on Solaris
authorTK Soh <teekaysoh@yahoo.com>
Wed, 03 May 2006 11:25:25 +0200
changeset 2186 1092533fd11c
parent 2184 2477a7183a6f
child 2187 09d3eebdd9b2
tests: fix compatibility on Solaris
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 ..