From a0c891b09305fa18826f25f209af77c681d3a2ec Mon Sep 17 00:00:00 2001 From: shuki Date: Sat, 7 Mar 2026 05:46:56 +0200 Subject: [PATCH] Remove Testing section from README Co-Authored-By: Claude Opus 4.6 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 281a245..93024bd 100644 --- a/README.md +++ b/README.md @@ -432,14 +432,6 @@ TARGET_POST_HOOK="systemctl start myapp" - **Pre-hook failure** aborts the backup - **Post-hook failure** is logged as a warning -## Testing - -```bash -bash tests/test_utils.sh -bash tests/test_config.sh -bash tests/test_targets.sh -``` - ## License MIT License - see [LICENSE](LICENSE) for details.