28
28
"""add command prints the names of added files."""
30
30
self.build_tree(['top.txt', 'dir/', 'dir/sub.txt', 'CVS'])
31
32
out = self.run_bzr_captured(['add'], retcode=0)[0]
32
33
# the ordering is not defined at the moment
33
34
results = sorted(out.rstrip('\n').split('\n'))
34
35
self.assertEquals(['If you wish to add some of these files, please'\