From 9727eda0fec424d3edeaf595c3ff9433b3223b9b Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Thu, 4 May 2023 16:23:59 +0800 Subject: [PATCH] [test] Update Occlum.json for unit test --- test/Occlum.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/Occlum.json b/test/Occlum.json index c8e51a39..e2049206 100644 --- a/test/Occlum.json +++ b/test/Occlum.json @@ -66,14 +66,6 @@ "target": "/host", "type": "hostfs", "source": "." - }, - { - "target": "/proc", - "type": "procfs" - }, - { - "target": "/dev", - "type": "devfs" } ] }