diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/runtests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtests.sh b/test/runtests.sh index 8c631f4..b09b105 100755 --- a/test/runtests.sh +++ b/test/runtests.sh @@ -19,6 +19,7 @@ run_test() { declare -a opts=("" "--tree") for opt in "${opts[@]}"; do + rm -f $result_file ../bin/ecbor-describe $opt $f > $result_file 2>/dev/null rc=$? |
