citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 42d862e255af9b7d7cc2a0a7167feb8104bdd1a5
parent bf4aee52e77072ad318be6d0404b5111786ce6ba
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 13 Jan 2017 23:06:02 -0700

tt: remove unneeded custom code to libtap

Diffstat:
Mtt/libtap.subr | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/tt/libtap.subr b/tt/libtap.subr @@ -87,10 +87,6 @@ finish () { echo "# $planned test successful or skipped" fi fi - # This is sometimes set by the `enter_tmpdir` function in utils.subr. - if [ ! -z ${tmpdir+x} ]; then - rm -rf $tmpdir - fi } # Skip the entire test suite. Should be run instead of plan.