diff options
Diffstat (limited to 'sandbox/hyper/process/test/bc.json')
-rw-r--r-- | sandbox/hyper/process/test/bc.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox/hyper/process/test/bc.json b/sandbox/hyper/process/test/bc.json new file mode 100644 index 00000000..5b3b0721 --- /dev/null +++ b/sandbox/hyper/process/test/bc.json @@ -0,0 +1,11 @@ +{ + "path": "/usr/bin/bc", + "argv": [ + "bc" + ], + "envp": { + "was": "geht" + }, + "stdout": "http://127.0.0.1:1337/", + "stderr": "http://127.0.0.1:1337/" +} |