changeset 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 faa318261ee8
children 262738574aff 592c454477c6
files tests/test-glog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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