Initialize _no_sed to false

This commit is contained in:
Sam Ruby 2007-03-01 16:00:30 -05:00
parent fb29d39501
commit 7ba2a1db32

View File

@ -111,6 +111,7 @@ class FilterTests(unittest.TestCase):
try:
from subprocess import Popen, PIPE
_no_sed = False
try:
sed = Popen(['sed','--version'],stdout=PIPE,stderr=PIPE)
sed.communicate()