diff options
author | Camil Staps | 2017-10-02 16:25:08 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-02 16:25:08 +0200 |
commit | a4c449e090d5fb428aa0d92ec33ab849df1f51af (patch) | |
tree | e6981d0e59d15847a584342a4e17e4d26ca99b06 /test/test.sh | |
parent | Merge branch 'master' of gitlab.science.ru.nl:eveen/Testing-Techniques (diff) |
Continue with text
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 17728aa..e050aaa 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,7 +1,7 @@ #!/bin/bash RED='\033[0;31m' GREEN='\033[0;32m' -RESET='\033[0;30m' +RESET='\033[0m' for f in database/*.in; do |