* tests/factor/run.sh: If this template is found through `grep -El 'print_ver_.* factor'` for example, then just skip it. --- tests/factor/run.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tests/factor/run.sh b/tests/factor/run.sh index 2cf2b47..d984195 100755 --- a/tests/factor/run.sh +++ b/tests/factor/run.sh @@ -24,6 +24,8 @@ START=__START__ END=__END__ CKSUM=__CKSUM__ +test "$START" = '__START__' && skip_ 'ignoring factor test template' + echo "$CKSUM -" > exp f=1 -- 2.5.0
