From 44f66366245c9fbe065ba8cd95ca704c05c53639 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Aug 2010 09:53:50 +0000 Subject: t0015: cleanup after working directory test Our test suite doesn't include facilities for dealing with temporary directories, yet. --- t/t0015-working_directory.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/t/t0015-working_directory.sh b/t/t0015-working_directory.sh index 4810252..84fe4cc 100755 --- a/t/t0015-working_directory.sh +++ b/t/t0015-working_directory.sh @@ -6,7 +6,7 @@ then fi . ./test-lib.sh -t_plan 4 "config.ru inside alt working_directory" +t_plan 5 "config.ru inside alt working_directory" t_begin "setup and start" && { rainbows_setup @@ -53,4 +53,8 @@ t_begin "response body ppid == 1 (daemonized)" && { test "$body" -eq 1 } +t_begin "cleanup working directory" && { + rm -r $t_pfx.app +} + t_done -- cgit v1.2.3-24-ge0c7