aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tests.lua
diff options
context:
space:
mode:
authorGravatar Lance Borden 2025-08-19 15:03:34 -0400
committerGravatar Lance Borden 2025-08-19 15:03:34 -0400
commit5293253c628c54c9096f3d07191a5934a6d979aa (patch)
tree6a915821aa2bb0653c3e06f8f1b69c4fff5fe308 /test/run_tests.lua
parentupdate compil instructions (diff)
keep history to home dir and use .config instead of custom dotfile dir
Diffstat (limited to '')
-rw-r--r--test/run_tests.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/run_tests.lua b/test/run_tests.lua
index 0f5c5bd..9f5f2e4 100644
--- a/test/run_tests.lua
+++ b/test/run_tests.lua
@@ -39,12 +39,6 @@ if rc == false then
lush.exit()
end
-print("\nTesting History...")
-rc = lush.exec("history_test.lua")
-if rc == false then
- lush.exit()
-end
-
print("\nTesting Environment Variables...")
rc = lush.exec("env_test.lua")
if rc == false then