# HG changeset patch # User Greg Ward # Date 1241447469 14400 # Node ID 86a845a16a6e97829ddfbaf42712cee35e16c227 # Parent e10dff7c436992e38f697eb356cfdaa9aa7df58a Fix test-fastimport-cvs2git so output does not include temp dir. diff -r e10dff7c4369 -r 86a845a16a6e tests/test-fastimport-cvs2git --- a/tests/test-fastimport-cvs2git Mon May 04 10:25:48 2009 -0400 +++ b/tests/test-fastimport-cvs2git Mon May 04 10:31:09 2009 -0400 @@ -69,7 +69,8 @@ echo "% import cvs2git dumps" hg init simplecvs -hg -R simplecvs fastimport git-blob.dat git-dump.dat +hg -R simplecvs fastimport git-blob.dat git-dump.dat \ + | sed "s|$HGTMP|HGTMP|g" # Inspecting the hg repository is identical to test-fastimport-git. echo "% log" diff -r e10dff7c4369 -r 86a845a16a6e tests/test-fastimport-cvs2git.out --- a/tests/test-fastimport-cvs2git.out Mon May 04 10:25:48 2009 -0400 +++ b/tests/test-fastimport-cvs2git.out Mon May 04 10:31:09 2009 -0400 @@ -5,7 +5,7 @@ Done commit of rev 0 2 files updated, 0 files merged, 0 files removed, 0 files unresolved Done commit of rev 1 -Removing blob dir '/home/greg/src/hg-fastimport/tests/tmp/simplecvs/.hg/blobs' ... +Removing blob dir 'HGTMP/test-fastimport-cvs2git/simplecvs/.hg/blobs' ... % log @ changeset: 1:be20ff2863a5 | tag: tip