From 5293253c628c54c9096f3d07191a5934a6d979aa Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Tue, 19 Aug 2025 15:03:34 -0400 Subject: keep history to home dir and use .config instead of custom dotfile dir --- test/run_tests.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') 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 -- cgit v1.2.3-59-g8ed1b