[Pkg-bazaar-commits] ./bzr/unstable r253: - add test.sh for option parsing and status command

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:33 UTC 2009


------------------------------------------------------------
revno: 253
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-04-15 11:08:24 +1000
message:
  - add test.sh for option parsing and status command
modified:
  test.sh
-------------- next part --------------
=== modified file 'test.sh'
--- a/test.sh	2005-04-13 05:00:56 +0000
+++ b/test.sh	2005-04-15 01:08:24 +0000
@@ -54,6 +54,12 @@
 # should be the only unknown file
 [ "`bzr unknowns`" = test.txt ]
 
+bzr status --all > status.tmp
+! diff -u - status.tmp <<EOF
+?       status.tmp
+?       test.txt
+EOF
+
 # can't rename unversioned files; use the regular unix rename command
 ! bzr rename test.txt new-test.txt
 



More information about the Pkg-bazaar-commits mailing list