From a661125976ada3abd488f8c6cd24f59e15209928 Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Wed, 16 Jun 2021 10:16:30 -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 8532240..4eb6735 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{"/etc/services"}; + const std::string BIG_FILE{"/usr/share/dict/linux.words"}; std::vector cmd{"/usr/bin/cat", BIG_FILE}; auto rec = ex.runCommand(cmd);