diff tests/test-backout @ 2186:1092533fd11c

tests: fix compatibility on Solaris
author TK Soh <teekaysoh@yahoo.com>
date Wed, 03 May 2006 11:25:25 +0200
parents ec96c4518236
children 2f4addf56715
line wrap: on
line diff
--- a/tests/test-backout
+++ b/tests/test-backout
@@ -28,7 +28,7 @@ cat a
 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 ..