From 0c17c332565f32ea59f67dfc67bf32cda5660372 Mon Sep 17 00:00:00 2001 From: wujichao Date: Tue, 14 Jan 2025 14:33:11 +0800 Subject: [PATCH 180/198] fix storage driver ut --- test/image/oci/storage/layers/storage_driver_ut.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/image/oci/storage/layers/storage_driver_ut.cc b/test/image/oci/storage/layers/storage_driver_ut.cc index 79b29b71..3a530715 100644 --- a/test/image/oci/storage/layers/storage_driver_ut.cc +++ b/test/image/oci/storage/layers/storage_driver_ut.cc @@ -138,6 +138,7 @@ protected: std::string isulad_dir = "/opt/isulad_storege_driver_ut/"; mkdir(isulad_dir.c_str(), 0755); std::string root_dir = isulad_dir + "data"; + mkdir(root_dir.c_str(), 0755); std::string run_dir = isulad_dir + "data/run"; std::string data_dir = GetDirectory() + "/data"; -- 2.34.1