Replace to absolute path for chsmack 05/314905/2
authorYonggoo Kang <ygace.kang@samsung.com>
Tue, 23 Jul 2024 06:17:02 +0000 (15:17 +0900)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 24 Jul 2024 15:15:36 +0000 (15:15 +0000)
Change-Id: Idf47621eccd84dc4922599509a8fc5e87dd2052d

tests/manual/man_tests.cpp

index d7ac1e941e690e4e37754e9a1e731ce763bffef4..6a1ba3bf1893764f7d9fde516e59b3ece061a9af 100644 (file)
@@ -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());