don't reopen stderr in tests -- we're losing backtraces

This commit is contained in:
Ryan Tomayko 2011-03-05 04:43:41 -08:00
parent 3224735671
commit 19506b13db

View File

@ -18,6 +18,3 @@ def roccoize( filename, contents, options = {} )
contents contents
} }
end end
# Send STDERR into the void to suppress program output messages
STDERR.reopen(test(?e, '/dev/null') ? '/dev/null' : 'NUL:')