~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_strace.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-04 21:39:03 UTC
  • mfrom: (2386.1.3 mac)
  • Revision ID: pqm@pqm.ubuntu.com-20070404213903-fe78a7a55c37ee95
(John Arbash Meinel) Some cleanups for tests failing on Mac OS X

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