#!/usr/bin/env python

import sys

sys.stdout.write('spec/both.py:10: foo\n')
sys.stderr.write('spec/both.py:20: bar\n')
