comparison 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
comparison
equal deleted inserted replaced
1737:2c9872a4f3fd 1738:f293ad87f928
12 "$HG" update -C 0 12 "$HG" update -C 0
13 echo 'stationary' >>b/vehicle 13 echo 'stationary' >>b/vehicle
14 "$HG" commit -m 'Clarifying the vehicle.' 14 "$HG" commit -m 'Clarifying the vehicle.'
15 "$HG" update -C 1 15 "$HG" update -C 1
16 chmod a-w b/vehicle 16 chmod a-w b/vehicle
17 "$HG" update -m 2 2>&1 | sed 's|^\(.*[ ]\)/tmp/[^/]*/\(.*\)$|\1\2|g' 17 "$HG" update -m 2 2>&1 | sed 's|^\(.*[ ]\).*/\([^/]*/[^/]*/[^/]*\)$|\1\2|g'