From: Yonggoo Kang Date: Tue, 23 Jul 2024 06:17:02 +0000 (+0900) Subject: Replace to absolute path for chsmack X-Git-Tag: accepted/tizen/unified/20240801.150140~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F314905%2F2;p=platform%2Fcore%2Fsecurity%2Fwebauthn.git Replace to absolute path for chsmack Change-Id: Idf47621eccd84dc4922599509a8fc5e87dd2052d --- diff --git a/tests/manual/man_tests.cpp b/tests/manual/man_tests.cpp index d7ac1e9..6a1ba3b 100644 --- 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());