diff options
| author | 2024-09-26 23:08:46 -0400 | |
|---|---|---|
| committer | 2024-09-26 23:08:46 -0400 | |
| commit | cd554877c5f57cdebc919cd889c1812773446a1e (patch) | |
| tree | 6e4f4ca5a55a7faf859cd9cc6cbb897d75d0fa7e /test/run_tests.lua | |
| parent | v0.2.1 (diff) | |
fixed crash in redirect operator
Diffstat (limited to '')
| -rw-r--r-- | test/run_tests.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_tests.lua b/test/run_tests.lua index e861326..6c54157 100644 --- a/test/run_tests.lua +++ b/test/run_tests.lua @@ -22,8 +22,8 @@ lush.debug(true) print("Testing Args...") lush.exec("args_test.lua testarg1 testarg2 testarg3") -print("\nTesting Piping...") -lush.exec("pipes_test.lua") +print("\nTesting Chaining...") +lush.exec("chaining_test.lua") print("\nTesting File Checks...") lush.exec("filecheck_test.lua") |
