Skip to content
Snippets Groups Projects
Commit 0ab0da2215d7 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

test-status: Make assert function definition sh compatible.

parent 305d4450036a
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment