summaryrefslogtreecommitdiffstats
path: root/src/test/cli/ceph-authtool/list-nonexistent.t
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cli/ceph-authtool/list-nonexistent.t')
-rw-r--r--src/test/cli/ceph-authtool/list-nonexistent.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/cli/ceph-authtool/list-nonexistent.t b/src/test/cli/ceph-authtool/list-nonexistent.t
new file mode 100644
index 000000000..4aecd3e27
--- /dev/null
+++ b/src/test/cli/ceph-authtool/list-nonexistent.t
@@ -0,0 +1,7 @@
+ $ ceph-authtool --list nonexistent
+ can't open nonexistent: can't open nonexistent: (2) No such file or directory
+ [1]
+
+ $ ceph-authtool -l nonexistent
+ can't open nonexistent: can't open nonexistent: (2) No such file or directory
+ [1]