Skip to content

Commit e0c403e

Browse files
authored
Update test-ghe-backup.sh
1 parent 7681d24 commit e0c403e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/test-ghe-backup.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,15 @@ begin_test "ghe-backup missing directories or files on source appliance"
341341
)
342342
end_test
343343

344+
begin_test "ghe-backup has default cadence configured"
345+
(
346+
set -e
347+
enable_actions
348+
349+
[ -n "$GHE_MSSQL_BACKUP_CADENCE ]
350+
)
351+
end_test
352+
344353
GHE_MSSQL_BACKUP_CADENCE=10,5,1
345354
export GHE_MSSQL_BACKUP_CADENCE
346355
setup_actions_test_data $GHE_REMOTE_DATA_USER_DIR

0 commit comments

Comments
 (0)