author | Thomas Arendsen Hein <thomas@intevation.de> |
Sun, 02 Mar 2008 20:54:00 +0100 | |
changeset 6202 | 0ab0da2215d7 |
parent 6201 | 305d4450036a |
child 6203 | 3a75fcc96dac |
tests/test-status | file | annotate | diff | comparison | revisions |
--- a/tests/test-status Sun Mar 02 13:52:34 2008 +0100 +++ b/tests/test-status Sun Mar 02 20:54:00 2008 +0100 @@ -62,7 +62,7 @@ # Run status with 2 different flags. # Check if result is the same or different. # If result is not as expected, raise error -function assert { +assert() { hg status $1 > ../a hg status $2 > ../b out=`diff ../a ../b`