From ac45111654a35794a1d59bb14581272cf18d58179c03404947fe22c463c636b7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 24 Dec 2025 14:46:08 +0300 Subject: [PATCH] Check that empty hashes also work --- t/csum.t | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/t/csum.t b/t/csum.t index 803b639..02d5849 100755 --- a/t/csum.t +++ b/t/csum.t @@ -37,4 +37,15 @@ echo -n "sha2-512 " >>expected cat hsh >>expected test_expect_success "cmp" "test_cmp out expected" +DSC_HASHES="" +test_expect_success "empty hashes" "dsc export >out" +cat >expected <