~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_script.py

Merge reports-conflict-resolved into 638451-malformed

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
            $ echo foo
187
187
            """)
188
188
 
 
189
    def test_null_output_matches_option(self):
 
190
        """If you want null output to be a wild card, you can pass 
 
191
        null_output_matches_anything to run_script"""
 
192
        self.run_script(
 
193
            """
 
194
            $ echo foo
 
195
            """, null_output_matches_anything=True)
 
196
 
189
197
    def test_ellipsis_everything(self):
190
198
        """A simple ellipsis matches everything."""
191
199
        self.run_script("""