X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fshop%2Fshop_order.t;h=762c6391760e61a3b2d97c1aa83be3047bd8fb0b;hb=d19171d1dec83cdf8b5256223495efde4d0dda8c;hp=550423178405e74e58900c03c0ca8625f9c02555;hpb=c0b5a02609aedcf80741877c5ed3f61ecb94b8c8;p=kivitendo-erp.git diff --git a/t/shop/shop_order.t b/t/shop/shop_order.t index 550423178..762c63917 100644 --- a/t/shop/shop_order.t +++ b/t/shop/shop_order.t @@ -38,7 +38,7 @@ sub reset_state { sub save_shorcontroller_to_string { my $output; - open(my $outputFH, '<', \$output) or die "OUTPUT"; + open(my $outputFH, '>', \$output) or die "OUTPUT"; my $oldFH = select $outputFH; my $shor_controller = SL::Controller::ShopOrder->new; $shor_controller->action_transfer;