From fb0c000567634db32a644fef0e82627517a0f2e8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 2 Jan 2023 17:02:17 +0100 Subject: testsuite/sha1sum.tests: fix false positive failure Signed-off-by: Denys Vlasenko --- testsuite/sha1sum.tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/sha1sum.tests b/testsuite/sha1sum.tests index 7ad1334c3..e6ddb2a86 100755 --- a/testsuite/sha1sum.tests +++ b/testsuite/sha1sum.tests @@ -4,10 +4,12 @@ # testing "test name" "cmd" "expected result" "file input" "stdin" >EMPTY +optional FEATURE_MD5_SHA1_SUM_CHECK testing "sha1sum: one-space separated input for -c" \ 'echo "da39a3ee5e6b4b0d3255bfef95601890afd80709 EMPTY" | sha1sum -c' \ "EMPTY: OK\n" \ "" "" +SKIP= rm EMPTY . ./md5sum.tests sha1sum d41337e834377140ae7f98460d71d908598ef04f -- cgit v1.2.1