From 4bb2cc10726705e5272fa03e58716fc088bf7faa Mon Sep 17 00:00:00 2001 From: rimio Date: Sun, 4 Mar 2018 19:29:39 +0200 Subject: Refactor tree decoder --- test/runtests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/runtests.sh') 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=$? -- cgit v1.2.3