projects
/
imager-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eac77f
)
remove spurious write to /var/www/tmp
author
Tony Cook
<tony@develop-help.com>
Mon, 13 Apr 2009 22:50:16 +0000
(22:50 +0000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 13 Apr 2009 22:50:16 +0000
(22:50 +0000)
t/t21style_api.t
patch
|
blob
|
blame
|
history
diff --git
a/t/t21style_api.t
b/t/t21style_api.t
index 6e305d38a692d217477b29acefc85cc3d2fc5661..2d9fa463ba2030c7f7bced5656a0f942a3ebc2bc 100644
(file)
--- a/
t/t21style_api.t
+++ b/
t/t21style_api.t
@@
-191,10
+191,6
@@
my ($api_content, $style_content);
$style_img->write(data => \$style_content, type=>'raw') or die "Err: ".$style_img->errstr;
$api_img->write(data => \$api_content, type=>'raw') or die "Err: ".$api_img->errstr;
-open (my $file, ">", '/var/www/tmp/pie_api.tiff');
-print $file $api_content;
-close $file;
-
ok($style_content eq $api_content);