/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_strace.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Tests for the strace-invoking support."""
19
19
 
 
20
import errno
20
21
import subprocess
21
22
 
22
23
from bzrlib.strace import StraceFeature, strace, StraceResult