From 7c0e49158065c533e621297db5bcaa74e60c7b1e Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 28 Feb 2016 10:48:05 +0000 Subject: [PATCH] fix tap --- urchin | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/urchin b/urchin index fe0fe29..94de10c 100755 --- a/urchin +++ b/urchin @@ -15,9 +15,8 @@ unset CDPATH # All temporary files go here tmp=$(mktemp -d) -echo $tmp urchin_exit() { -# rm -f "$tmp" + rm -Rf "$tmp" exit "$@" } @@ -182,7 +181,7 @@ report_outcome() { else skip='' fi - echo "${not}ok $n - # ${skip}${path}" + echo "${not}ok $n ${path} # ${skip}" if [ "$result" == fail ]; then echo '# ------------ Begin output ------------' # sed 's/^/# /' "$stdout_file"