From: Dongsun Lee Date: Wed, 28 May 2025 04:55:14 +0000 (+0900) Subject: Fix a failure in FileDevice test X-Git-Tag: accepted/tizen/unified/20250604.163022~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F324871%2F1;p=platform%2Fcore%2Fsecurity%2Fklay.git Fix a failure in FileDevice test Change-Id: I6916da1053af41bfc6d169a4de160529da789ac3 --- diff --git a/test/filesystem.cpp b/test/filesystem.cpp index 165de8d..c47c406 100644 --- a/test/filesystem.cpp +++ b/test/filesystem.cpp @@ -143,7 +143,7 @@ TESTCASE(FileAttributeNegative) TESTCASE(FileDevice) { - klay::File tmp("/dev/kmem"); + klay::File tmp("/dev/mem"); TEST_EXPECT(true, tmp.isDevice()); }