More CI stupidity

This commit is contained in:
Ian Roddis
2021-08-25 16:16:58 -03:00
parent fcdc225e28
commit 7fa47c1c4a

View File

@@ -9,7 +9,7 @@ TEST_CASE("Basic Execution", "[forking_executor]") {
daggy::executors::task::ForkingTaskExecutor ex(10);
SECTION("Simple Run") {
daggy::Task task{.command{"/bin/echo", "abc", "123"}};
daggy::Task task{.command{"/usr/bin/echo", "abc", "123"}};
auto rec = ex.runCommand(task);