Browse Source

[master] Fix in shell unit-tests after #5078 merge.

Tomek Mrugalski 8 years ago
parent
commit
823a6c8b3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/shell/tests/shell_process_tests.sh.in

+ 1 - 1
src/bin/shell/tests/shell_process_tests.sh.in

@@ -180,7 +180,7 @@ version_test "shell.version"
 shell_command_test "shell.list-commands" "list-commands" \
     "[ { \"arguments\": [ \"build-report\", \"config-get\", \"config-test\", \"config-write\", \"list-commands\", \"shutdown\", \"version-get\" ], \"result\": 0 } ]" ""
 shell_command_test "shell.bogus" "give-me-a-beer" \
-    "[ { \"result\": 1, \"text\": \"'give-me-a-beer' command not supported.\" } ]" ""
+    "[ { \"result\": 2, \"text\": \"'give-me-a-beer' command not supported.\" } ]" ""
 shell_command_test "shell.empty-config-test" "config-test" \
     "[ { \"result\": 1, \"text\": \"Missing mandatory 'arguments' parameter.\" } ]" ""
 shell_command_test "shell.no-app-config-test" "config-test" \