Source: fzy
Version: 0.8-1
Severity: important
https://buildd.debian.org/status/package.php?p=fzy&suite=sid
...
dh_auto_test -a
make -j4 test
make[1]: Entering directory '/«PKGBUILDDIR»'
cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -Wextra -g -std=c99 -O3 -pedantic -Isrc -o
test/fzytest test/fzytest.c src/match.o src/choices.o -lpthread
./test/fzytest
test "test_exact_scores" failed
assert(match("a", "*a") == SCORE_GAP_LEADING) was false
at test/fzytest.c:81
14 tests, 80 assertions, 1 failures
Makefile:28: recipe for target 'check' failed
make[1]: *** [check] Error 1