diff tests/test-ro-message @ 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 ec1895e297f7
children e506c14382fd
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'