hardlink tests: set known failed

sha256 cannot be initialized on some archs / buildds.
This commit is contained in:
Chris Hofstaedtler 2022-04-12 20:35:57 +00:00 committed by su-fang
parent 88ba1dcb39
commit 48f1e99952
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ ts_check_prog xz
ts_check_prog tar
ts_check_prog wc
# on some archs sha256 cannot be used
TS_KNOWN_FAIL="yes"
SRCDIR="$TS_OUTDIR/testdir1"
create_srcdir()