- More fixes for CI failing tests

This commit is contained in:
Ian Roddis
2021-08-23 17:58:43 -03:00
parent 7016cb37ba
commit 307cff73f8

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);