From 6d9c7f671f42d50e4f3775c02943cd2c263e6dad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 10 Oct 2017 11:11:32 +0200 Subject: [PATCH] t/ship/ship_order.t: Fake STDOUT muss schreibbar sein. --- t/shop/shop_order.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1