From 5dd16e14dd41f1565687142ba7cefa7c4cf64658 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 12 Nov 2013 13:39:41 +0100 Subject: wip --- test/utils.bash | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/utils.bash') diff --git a/test/utils.bash b/test/utils.bash index 4c7e2c8..8b23210 100644 --- a/test/utils.bash +++ b/test/utils.bash @@ -87,6 +87,19 @@ app_libexec() { check_status=yes } +appstore() { + echo appstore $@ + run $APPSTORE_HOME/appstore $@ + echo_lines + + if [ "$check_status" = yes ] + then + eq '$status' 0 + fi + + check_status=yes +} + fix_path_uname=`uname -s` fix_path() { case $fix_path_uname in -- cgit v1.2.3