aboutgitcodelistschat:MatrixIRC
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/connect.hjson6
1 files changed, 0 insertions, 6 deletions
diff --git a/demo/connect.hjson b/demo/connect.hjson
index de4c119..551c335 100644
--- a/demo/connect.hjson
+++ b/demo/connect.hjson
@@ -10,12 +10,6 @@
"fd": { "src": { "tag": "fd" }, "new": { "tag": "new_fd" }, "close_on_exec": false },
"return": { "value": 0, "error": 0 }
},
- { /* fake connect syscall */
- "match": [
- { "connect": { "addr": { "family": "unix", "path": "/fake.sock" } } }
- ],
- "return": { "value": 0, "error": 0 }
- },
{ /* Inject permission denied error */
"match": [
{ "connect": { "addr": { "family": "unix", "path": "/error.sock" } } }