]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
typo
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 17 Jul 2019 14:17:32 +0000 (16:17 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 17 Jul 2019 14:17:32 +0000 (16:17 +0200)
test/test_ci.sh

index 93dee72e6a97d5964657dd4b93d02dfcf7d343d6..3a92f64547ad971ee28ef5d6e6579ade09bec6f1 100755 (executable)
@@ -32,7 +32,7 @@ fi
 for tests in "$BUILD_DIR"/test/*.tpkg
 do
        TESTFN="$(basename "$tests")"
-       TESTNR=${TESTNR%-*}
+       TESTNR=${TESTFN%-*}
        [ -n "$ONLY_TEST" ] && [ x"$ONLY_TEST" != x"$TESTNR" ] && continue
        case "$TESTNR" in
        [3-5][0-9]*)    [ $NO_REGRESSION = 1 ] && continue