~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to test.sh

  • Committer: Martin Pool
  • Date: 2005-04-15 01:08:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050415010824-a4a5fd7758973f4b
- add test.sh for option parsing and status command

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
# should be the only unknown file
55
55
[ "`bzr unknowns`" = test.txt ]
56
56
 
 
57
bzr status --all > status.tmp
 
58
! diff -u - status.tmp <<EOF
 
59
?       status.tmp
 
60
?       test.txt
 
61
EOF
 
62
 
57
63
# can't rename unversioned files; use the regular unix rename command
58
64
! bzr rename test.txt new-test.txt
59
65