projects
/
platform
/
core
/
security
/
webauthn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe2f01
)
Replace to absolute path for chsmack
05/314905/2
author
Yonggoo Kang
<ygace.kang@samsung.com>
Tue, 23 Jul 2024 06:17:02 +0000
(15:17 +0900)
committer
Krzysztof Jackiewicz
<k.jackiewicz@samsung.com>
Wed, 24 Jul 2024 15:15:36 +0000
(15:15 +0000)
Change-Id: Idf47621eccd84dc4922599509a8fc5e87dd2052d
tests/manual/man_tests.cpp
patch
|
blob
|
history
diff --git
a/tests/manual/man_tests.cpp
b/tests/manual/man_tests.cpp
index d7ac1e941e690e4e37754e9a1e731ce763bffef4..6a1ba3bf1893764f7d9fde516e59b3ece061a9af 100644
(file)
--- a/
tests/manual/man_tests.cpp
+++ b/
tests/manual/man_tests.cpp
@@
-112,7
+112,7
@@
struct TestContents {
void DisplayQR(struct TestContents &contents)
{
int ret;
- std::string command = "chsmack -a '_' ";
+ std::string command = "
/usr/bin/
chsmack -a '_' ";
command += contents.path.c_str();
ret = system(command.c_str());