~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/test/cli/cauthtool/list-nonexistent-bin.t

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-05 10:07:38 UTC
  • mfrom: (0.3.7)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20120205100738-skhl2b81vg7yrsjz
Tags: upstream-0.41
ImportĀ upstreamĀ versionĀ 0.41

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
  $ ceph-authtool --list --bin nonexistent
2
 
  can't open nonexistent: can't open nonexistent: error 2: No such file or directory
 
2
  can't open nonexistent: can't open nonexistent: (2) No such file or directory
3
3
  [1]
4
4
 
5
5
  $ ceph-authtool -l --bin nonexistent
6
 
  can't open nonexistent: can't open nonexistent: error 2: No such file or directory
 
6
  can't open nonexistent: can't open nonexistent: (2) No such file or directory
7
7
  [1]