From d7b4309908b87d239c7f3fc19e67cf8b0ac0c06f Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Wed, 16 Jun 2021 10:15:58 -0300 Subject: [PATCH] Changing unit test to a more standard file --- tests/unit_executor_forkingexecutor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_executor_forkingexecutor.cpp b/tests/unit_executor_forkingexecutor.cpp index 0f42989..8532240 100644 --- a/tests/unit_executor_forkingexecutor.cpp +++ b/tests/unit_executor_forkingexecutor.cpp @@ -29,7 +29,7 @@ TEST_CASE("Basic Execution", "[forking_executor]") { } SECTION("Large Output") { - const std::string BIG_FILE{"/usr/share/dict/cracklib-small"}; + const std::string BIG_FILE{"/etc/services"}; std::vector cmd{"/usr/bin/cat", BIG_FILE}; auto rec = ex.runCommand(cmd);