diff tests/test-status @ 6202:0ab0da2215d7

test-status: Make assert function definition sh compatible.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 02 Mar 2008 20:54:00 +0100
parents 305d4450036a
children 991f7518c3f3
line wrap: on
line diff
--- 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`