diff options
Diffstat (limited to 'test/main')
-rwxr-xr-x | test/main | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #!/usr/bin/env zsh setopt err_exit +trap "print -P '\n%N:%i: %B%F{red}Test faild!%F{default}%b'" ZERR + function stringcmp { diff -u <(echo $1) <(echo $2) } |