~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-04-28 09:55:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050428095540-cdd4e2c3eb1f23c9
fix test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
    assert os.path.exists("hello.txt")
168
168
    assert not os.path.exists("test.txt")
169
169
 
170
 
    assert backtick("bzr revno") == '0'
 
170
    assert backtick("bzr revno") == '0\n'
171
171
 
172
172
    cd('..')
173
173