summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Sobisch <simonsobisch@web.de>2023-03-15 07:03:39 +0000
committerWill Estes <westes@users.noreply.github.com>2023-03-15 13:36:52 -0400
commit3aedd286708aa4b5ac66238c54ffc5bb06103c23 (patch)
tree3ac4e81d2a313dc32992b94dd19870b8e88634ef
parent3352d7f1c95ca5b9ddfe19bca126254c71ca1088 (diff)
downloadflex-git-3aedd286708aa4b5ac66238c54ffc5bb06103c23.tar.gz
remove unused DO_COMPARISON
-rwxr-xr-xtests/testwrapper.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testwrapper.sh b/tests/testwrapper.sh
index f07f798..a52cae3 100755
--- a/tests/testwrapper.sh
+++ b/tests/testwrapper.sh
@@ -11,7 +11,6 @@ INPUT_DIRECTORY=""
INPUT_NAME=""
INPUT_COUNT=0
USE_REDIRECT=0
-DO_COMPARISON=0
while getopts d:i:r OPTION ; do
case $OPTION in