features/cli.feature in zold-0.11.1 vs features/cli.feature in zold-0.11.2

- old
+ new

@@ -14,7 +14,8 @@ 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" + 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