ck 5
Dependencies
Change contents
- replacement in shell_scripts/test_export.sh at line 96
if [[ ! "$ERROR" =~ "dataset not found" ]]; thenif [[ ! "$ERROR" =~ "does not exist" ]]; then - edit in CHANGELOG.md at line 93
### Test fixesFixed `shell_scripts/test_export.sh` error matching: test checked for"dataset not found" but actual error says "does not exist" (pre-existingmismatch exposed by error-return refactoring).