changeset 2186:1092533fd11c

tests: fix compatibility on Solaris
author TK Soh <teekaysoh@yahoo.com>
date Wed, 03 May 2006 11:25:25 +0200
parents 2477a7183a6f
children 09d3eebdd9b2
files tests/test-backout
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ..