diff options
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 |