# HG changeset patch # User Mads Kiilerich # Date 1241261840 -7200 # Node ID 6486fb03be7ccad998ebf753565d6c3d95c1f141 # Parent faa318261ee89bbe6b7cb8cbfcc688c117fe6af4 test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway diff -r faa318261ee8 -r 6486fb03be7c tests/test-glog --- 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