summaryrefslogtreecommitdiff
path: root/test/main
diff options
context:
space:
mode:
Diffstat (limited to 'test/main')
-rwxr-xr-xtest/main2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main b/test/main
index 56e6e8d..c572fbc 100755
--- a/test/main
+++ b/test/main
@@ -4,6 +4,8 @@ setopt err_exit
trap "print -P '\n%N:%i: %B%F{red}Test faild!%F{default}%b'" ZERR
+source test/documentation
+
function stringcmp {
diff -u <(echo $1) <(echo $2)
}