changeset 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 3a75fcc96dac
files tests/test-status
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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`