hardlink tests: set known failed
authorChris Hofstaedtler <zeha@debian.org>
Tue, 12 Apr 2022 20:35:57 +0000 (20:35 +0000)
committerChris Hofstaedtler <zeha@debian.org>
Tue, 1 Oct 2024 18:13:03 +0000 (20:13 +0200)
sha256 cannot be initialized on some archs / buildds.

Gbp-Pq: Topic debian
Gbp-Pq: Name hardlink-tests-known-failed.patch

tests/ts/hardlink/options

index 10007140197c5488aae9b35539e934138b0c3f66..7cf9ff97a9d7bb49075f6ee7b1f7fe94d97fa528 100755 (executable)
@@ -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()