소스 검색

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,7 +61,7 @@ function test_app_functions {
61 61
 	FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
62 62
 
63 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 66
 	# for all the app scripts
67 67
 	for filename in $FILES