summaryrefslogtreecommitdiff
path: root/test/runtests.sh
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2018-03-04 19:29:39 +0200
committerrimio <vasi.vilvoiu@gmail.com>2018-03-04 19:29:39 +0200
commit4bb2cc10726705e5272fa03e58716fc088bf7faa (patch)
tree46068d30cf4c636198bd599b5feb0338db021259 /test/runtests.sh
parente49bcd51c6b973dfb7ff6503f6564b9d8649643d (diff)
Refactor tree decoder
Diffstat (limited to 'test/runtests.sh')
-rwxr-xr-xtest/runtests.sh1
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=$?