diff --git a/test/lib/utils.sh b/test/lib/utils.sh index 0e41589bd..1d1ed48bf 100644 --- a/test/lib/utils.sh +++ b/test/lib/utils.sh @@ -15,7 +15,7 @@ IFS_NL=' ' die() { - rm -f debug.log + rm -f debug.log* echo -e "$@" >&2 return 1 }