New-Cli-Installer/tests/unit-exec-interactive.cpp

9 lines
225 B
C++
Raw Normal View History

2021-12-05 08:15:34 +08:00
#include "definitions.hpp"
#include "utils.hpp"
int main() {
output_inter("\n\n------ TEST BASH LAUNCH BEGIN ------\n\n");
2021-12-05 08:15:34 +08:00
utils::exec("bash", true);
output_inter("\n\n------ TEST BASH LAUNCH END ------\n\n");
2021-12-05 08:15:34 +08:00
}