Skip to content

Commit 5b82fd4

Browse files
committed
fix test
1 parent 1b40bb7 commit 5b82fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_addfile.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) {
3434
])) {
3535
echo "failed\n";
3636
} else {
37-
echo "OK";
37+
echo "OK\n";
3838
}
3939
$zip->close();
4040
} else {

0 commit comments

Comments
 (0)