diff options
author | Camil Staps | 2017-10-05 15:53:34 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-05 15:53:34 +0200 |
commit | 07ffcd3ee24788346e07bbc79a332d602fa8267c (patch) | |
tree | d4dd5398f71d60984fb7b0e2a0958c3d9034b060 /test/test.sh | |
parent | Continue with text (diff) |
Test results
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index e050aaa..8014554 100755 --- a/test/test.sh +++ b/test/test.sh @@ -14,5 +14,5 @@ do echo -e "${RED}Test: \"$testname\" failed${RESET}" diff --suppress-common-lines -y -W 50 "${f/in/out}" <(../src/runchess < "$f") fi - echo "############################################" + echo "##################################################" done |