From: Pádraig Brady Date: Sun, 18 Oct 2015 01:27:22 +0000 (+0100) Subject: tests: avoid failure when auto selecting factor tests X-Git-Tag: v8.25~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66504d41aa849746ec0f4f7f2dfa88f098c45f48;p=thirdparty%2Fcoreutils.git tests: avoid failure when auto selecting factor tests * tests/factor/run.sh: If this template is found through `grep -El "print_ver_.* factor"` for example, then just skip it. --- diff --git a/tests/factor/run.sh b/tests/factor/run.sh index 2cf2b47e3f..7dd1180a8d 100755 --- a/tests/factor/run.sh +++ b/tests/factor/run.sh @@ -24,6 +24,8 @@ START=__START__ END=__END__ CKSUM=__CKSUM__ +test "$START" = '__ST''ART__' && skip_ 'ignoring factor test template' + echo "$CKSUM -" > exp f=1