From d8fecc6ec2fcd9b5113bca23ba62144390926dcd Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 14 Jun 2023 16:23:12 +0200 Subject: demo: simplify and adjust scripts --- demo/connect.hjson | 6 ------ 1 file changed, 6 deletions(-) (limited to 'demo') 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" } } } -- cgit v1.2.3