From a3db63fa62abee81e866fc2397c9302486a09cbb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 14 Oct 2012 09:08:56 +0200 Subject: o More tests. --- test/utils.bash | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/utils.bash') diff --git a/test/utils.bash b/test/utils.bash index eacabe8..eaa2580 100644 --- a/test/utils.bash +++ b/test/utils.bash @@ -19,6 +19,14 @@ setup() { ln -s $APPSH } +zip_app_a() { +( + cd $BATS_TEST_DIRNAME/data/app-a + rm -f ../app-a.zip + zip -qr ../app-a.zip * +) +} + app() { run ./app "$@" } -- cgit v1.2.3