From 79ca88214711f32f2fabeeda4c4284a06cef5202 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 8 Jul 2016 16:01:39 +0100 Subject: [PATCH] Add tests for presence of restrore functions within app scripts --- src/freedombone-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index 521bdebe..dd99041e 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -61,7 +61,7 @@ function test_app_functions { FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-* # check that these functions exist - interface_functions=( install remove backup_local backup_remote upgrade ) + interface_functions=( install remove backup_local backup_remote restore_local restore_remote upgrade ) # for all the app scripts for filename in $FILES