ソースを参照

Add tests for presence of restrore functions within app scripts

Bob Mottram 9 年 前
コミット
79ca882147
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-tests

+ 1
- 1
src/freedombone-tests ファイルの表示

61
 	FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
61
 	FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
62
 
62
 
63
 	# check that these functions exist
63
 	# check that these functions exist
64
-	interface_functions=( install remove backup_local backup_remote upgrade )
64
+	interface_functions=( install remove backup_local backup_remote restore_local restore_remote upgrade )
65
 
65
 
66
 	# for all the app scripts
66
 	# for all the app scripts
67
 	for filename in $FILES
67
 	for filename in $FILES