features/cli.feature in zold-0.12.1 vs features/cli.feature in zold-0.13.0
- old
+ new
@@ -12,10 +12,5 @@
Then Exit code is zero
Scenario: Wallet can be created
When I run bin/zold with "--trace --public-key=id_rsa.pub create"
Then Exit code is zero
-
- Scenario: Failure through nohup
- When I run bin/zold-nohup with "badcommand --skip-install --log-file=log.txt; sleep 2; cat log.txt"
- And Stdout contains "Command 'badcommand' is not supported"
- Then Exit code is zero