Changing unit test to a more standard file
This commit is contained in:
@@ -29,7 +29,7 @@ TEST_CASE("Basic Execution", "[forking_executor]") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SECTION("Large Output") {
|
SECTION("Large Output") {
|
||||||
const std::string BIG_FILE{"/etc/services"};
|
const std::string BIG_FILE{"/usr/share/dict/linux.words"};
|
||||||
std::vector<std::string> cmd{"/usr/bin/cat", BIG_FILE};
|
std::vector<std::string> cmd{"/usr/bin/cat", BIG_FILE};
|
||||||
|
|
||||||
auto rec = ex.runCommand(cmd);
|
auto rec = ex.runCommand(cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user