Fix test assertion pattern and replace em dashes in new log messages

This commit is contained in:
copilot-swe-agent[bot]
2026-07-18 18:02:41 +00:00
committed by GitHub
parent a30d4d5e74
commit f5a5e99de4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ fail "tar exited with code 2"
source = BACKUP_SCRIPT.read_text()
# Both constructs must be present
self.assertIn(
"#ARCHIVE_WARNINGS[@]}\" -gt 0",
"${#ARCHIVE_WARNINGS[@]}",
source,
"backup script must check ARCHIVE_WARNINGS count before success message",
)