~ubuntu-branches/ubuntu/natty/atheist/natty

« back to all changes in this revision

Viewing changes to examples/stdout.test

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2009-09-14 13:36:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914133631-1rzr33qh8gzi8nus
Tags: 0.20090921-1
* New upstream author release.
* Included changelog.atheist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- mode: python; coding: utf-8 -*-
2
 
 
3
 
t1 = Test('ls', cwd='/', save_stdout=True)
4
 
t1.post += FileContains(t1.stdout, 'etc')