Skip to content

Commit b2e7426

Browse files
committed
Update test-ghe-backup.sh
1 parent 5fadd63 commit b2e7426

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
@@ -352,6 +352,15 @@ begin_test "ghe-backup missing directories or files on source appliance"
352352
)
353353
end_test
354354

355+
begin_test "ghe-backup has default cadence configured"
356+
(
357+
set -e
358+
enable_actions
359+
360+
[ -n "$GHE_MSSQL_BACKUP_CADENCE ]
361+
)
362+
end_test
363+
355364
GHE_MSSQL_BACKUP_CADENCE=10,5,1
356365
export GHE_MSSQL_BACKUP_CADENCE
357366
setup_actions_test_data $GHE_REMOTE_DATA_USER_DIR

0 commit comments

Comments
 (0)