test improvement

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 0264245411
commit 03efe5c7c0
+2 -4
View File
@@ -75,8 +75,6 @@ int main(int argc, char* argv[])
run({ "echo", "OK 12/13" }); run({ "echo", "OK 12/13" });
exec({ "echo", "OK 13/13" }); // The temporaty string is desroyed after the statement
exec( echo + $(echo + "OK 13/13").c_str() );
// todo
// exec( echo + $(echo + "OK 11/13") );
} }