summaryrefslogtreecommitdiff
path: root/tests/specs/jupyter/install_command_not_exists/__test__.jsonc
blob: 9552157bd429cdf1177a622eb7cf88ee738dc518 (plain)
1
2
3
4
5
6
7
8
{
  "args": "jupyter --install",
  "output": "install_command_not_exists.out",
  "envs": {
    "PATH": ""
  },
  "exitCode": 1
}