projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91d4611
)
Fix a failure in FileDevice test
71/324871/1
author
Dongsun Lee
<ds73.lee@samsung.com>
Wed, 28 May 2025 04:55:14 +0000
(13:55 +0900)
committer
Dongsun Lee
<ds73.lee@samsung.com>
Wed, 28 May 2025 04:55:14 +0000
(13:55 +0900)
Change-Id: I6916da1053af41bfc6d169a4de160529da789ac3
test/filesystem.cpp
patch
|
blob
|
history
diff --git
a/test/filesystem.cpp
b/test/filesystem.cpp
index 165de8d85b0a4e3828b5f6986f2b618d4ef66f11..c47c406fadf631ae4fa97d3be5f7e114fcb1a918 100644
(file)
--- a/
test/filesystem.cpp
+++ b/
test/filesystem.cpp
@@
-143,7
+143,7
@@
TESTCASE(FileAttributeNegative)
TESTCASE(FileDevice)
{
- klay::File tmp("/dev/
k
mem");
+ klay::File tmp("/dev/mem");
TEST_EXPECT(true, tmp.isDevice());
}