diff tests/test-glog @ 8268:6486fb03be7c

test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 02 May 2009 12:57:20 +0200
parents f6cee47c0907
children 613ac2856535
line wrap: on
line diff
--- a/tests/test-glog	Sat May 02 12:13:24 2009 +0200
+++ b/tests/test-glog	Sat May 02 12:57:20 2009 +0200
@@ -170,6 +170,6 @@
 cd ..
 hg clone -U -r31 repo repo2
 cd repo2
-hg incoming -q --graph | sed -e 's|$HGTMP|[HGTMP]|'
+hg incoming -q --graph
 cd ..
 hg -R repo outgoing --graph repo2