/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 test_grep.py

  • Committer: Parth Malwankar
  • Date: 2010-03-16 04:11:40 UTC
  • mto: (0.44.2 grep) (6531.3.1 merge-grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100316041140-qmv7lm9jsefmo9gq
disabled test_ver_null_option for non-posix os.
its not clear why its failing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
    def test_ver_null_option(self):
221
221
        """(versioned) --null option should use NUL instead of newline.
222
222
        """
 
223
        if os.name != 'posix':
 
224
            return
223
225
        wd = 'foobar0'
224
226
        self.make_branch_and_tree(wd)
225
227
        os.chdir(wd)