summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/tests/oo_addfile.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_addfile.phpt b/ext/zip/tests/oo_addfile.phpt
index 84dea86614..a04751dcd4 100644
--- a/ext/zip/tests/oo_addfile.phpt
+++ b/ext/zip/tests/oo_addfile.phpt
@@ -34,7 +34,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) {
])) {
echo "failed\n";
} else {
- echo "OK";
+ echo "OK\n";
}
$zip->close();
} else {