mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-10 17:24:01 +01:00
Add autoflush thingy for MAcOS
This commit is contained in:
@@ -20,6 +20,9 @@ my (
|
||||
|
||||
die "Unable to open $prg" unless -f $prg;
|
||||
|
||||
# useful against "failed to flush stdout" messages
|
||||
STDOUT->autoflush(1);
|
||||
|
||||
# Provide proper start conditions
|
||||
unlink 'tmp.json';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user