diff --git a/test/cases_all.sh b/test/cases_all.sh index f0456fc..faf8b6d 100755 --- a/test/cases_all.sh +++ b/test/cases_all.sh @@ -3,7 +3,6 @@ # Directory name of this file readonly THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)" readonly TEST_TMP="${THIS_DIR}/test_tmp" -readonly OLD_PATH="${PATH}" IFS=" " read -r TTY_ROWS TTY_COLS < <(stty size) TTY_ROWS=${TTY_ROWS:-40} TTY_COLS=${TTY_COLS:-80} diff --git a/test/cases_smoke.sh b/test/cases_smoke.sh index 729d91f..678c5ec 100755 --- a/test/cases_smoke.sh +++ b/test/cases_smoke.sh @@ -5,7 +5,6 @@ # Directory name of this file readonly THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)" readonly TEST_TMP="${THIS_DIR}/test_tmp" -readonly OLD_PATH="${PATH}" IFS=" " read -r TTY_ROWS TTY_COLS < <(stty size) TTY_ROWS=${TTY_ROWS:-40} TTY_COLS=${TTY_COLS:-80}