diff options
Diffstat (limited to '0180-fix-storage-driver-ut.patch')
-rw-r--r-- | 0180-fix-storage-driver-ut.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/0180-fix-storage-driver-ut.patch b/0180-fix-storage-driver-ut.patch new file mode 100644 index 0000000..355860d --- /dev/null +++ b/0180-fix-storage-driver-ut.patch @@ -0,0 +1,24 @@ +From 0c17c332565f32ea59f67dfc67bf32cda5660372 Mon Sep 17 00:00:00 2001 +From: wujichao <wujichao1@huawei.com> +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 + |