Mercurial > hg-stable
changeset 1738:f293ad87f928
Don't hard-code /tmp in test-ro-message
This makes the test succeed when $TMPDIR is set.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Fri, 17 Feb 2006 17:41:18 -0600 |
parents | 2c9872a4f3fd |
children | 57de7e1a81d2 |
files | tests/test-ro-message |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-ro-message Fri Feb 17 17:39:05 2006 -0600 +++ b/tests/test-ro-message Fri Feb 17 17:41:18 2006 -0600 @@ -14,4 +14,4 @@ "$HG" commit -m 'Clarifying the vehicle.' "$HG" update -C 1 chmod a-w b/vehicle -"$HG" update -m 2 2>&1 | sed 's|^\(.*[ ]\)/tmp/[^/]*/\(.*\)$|\1\2|g' +"$HG" update -m 2 2>&1 | sed 's|^\(.*[ ]\).*/\([^/]*/[^/]*/[^/]*\)$|\1\2|g'