From 3941a2866105bb92ce7354987997cf721591b656 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 30 Jun 2026 10:30:31 -0400 Subject: [PATCH] Remove unused variables --- test/run-tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index ded2c8de..58d99bac 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -29,8 +29,6 @@ internal=true external=true installedrgbds=false osname= -FETCH_TEST_DEPS="fetch-test-deps.sh" -RGBDS_PATH="RGBDS=../../" while [[ $# -gt 0 ]]; do case "$1" in -h|--help) @@ -45,11 +43,9 @@ while [[ $# -gt 0 ]]; do ;; --only-free) nonfree=false - FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-free" ;; --installed-rgbds) installedrgbds=true - RGBDS_PATH= ;; --os) shift