summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/module/test.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/module/test.pl b/test/module/test.pl
index 0853f79..51a06de 100755
--- a/test/module/test.pl
+++ b/test/module/test.pl
@@ -1,6 +1,11 @@
#!/usr/bin/perl
use Getopt::Long;
+use IO::Handle;
+
+STDERR->autoflush(1);
+STDOUT->autoflush(1);
+
my $train;
my $test;
GetOptions (