]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cram: test --conf=foo cconf syntax
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 10 Mar 2011 13:05:59 +0000 (05:05 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 10 Mar 2011 13:20:23 +0000 (05:20 -0800)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/test/cli/cconf/option.t

index 99408a54594cb977be3bc6dfd25d4257c3757d54..23ac93bc4f9bdb34e174f2bc2e08fe4516e61f9c 100644 (file)
   $ cconf -c test.conf bar -s foo
   blue
 
+# test the funny "equals sign" argument passing convention
+  $ cconf --conf=test.conf bar -s foo
+  blue
+
 # TODO man page stops in the middle of a sentence
 
   $ cconf -c test.conf bar -s xyzzy
@@ -36,3 +40,4 @@
 
   $ cconf -c test.conf bar -s xyzzy -s nobar -s thud -s baz
   red
+