diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index f9a26cb46..d33dd208c 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -55,7 +55,6 @@ do ;; *) matching_tests=$(find . -mindepth 1 -maxdepth 1 -type d -name "$1" | cut -c 3- | sort) - if [[ $matching_tests == "" ]] then