Package: libcgi-application-plugin-formstate-perl / 0.12-2

stdin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: test script hangs waiting on STDIN
Forwarded: not-needed
Last-Update: 2011-11-06
--- a/t/03-storage_name.t
+++ b/t/03-storage_name.t
@@ -205,6 +205,8 @@
 
 # Re-run webapp 2 but passing the storage hash via the query string, instead of
 # via a posted parameter.
+local *STDIN;
+open(STDIN, '<', '/dev/null');
 
 $ENV{'REQUEST_METHOD'} = 'POST';
 $ENV{'SERVER_PORT'}    = '80';