From 0830b0026db7ee4db99d45b7f704ce9c56af8fdf Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 1 Jul 2008 11:20:15 +0000 Subject: [PATCH] cleanup on test failure --- ext/gd/tests/gif.phpt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext/gd/tests/gif.phpt b/ext/gd/tests/gif.phpt index eab8f5f327..3b0908c327 100644 --- a/ext/gd/tests/gif.phpt +++ b/ext/gd/tests/gif.phpt @@ -132,6 +132,11 @@ if (check_box(255,255,255, 10)) { echo ">256 cols: ok\n"; } +@unlink($cwd . "/test_gif.gif"); +@unlink($cwd . "/test_gif_2.gif"); +?> +--CLEAN-- + -- 2.40.0