diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2018-03-04 19:29:39 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2018-03-04 19:29:39 +0200 |
| commit | 4bb2cc10726705e5272fa03e58716fc088bf7faa (patch) | |
| tree | 46068d30cf4c636198bd599b5feb0338db021259 /test | |
| parent | e49bcd51c6b973dfb7ff6503f6564b9d8649643d (diff) | |
Refactor tree decoder
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=$? |
