From: Sergey Matveev Date: Wed, 24 Dec 2025 11:46:08 +0000 (+0300) Subject: Check that empty hashes also work X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ac45111654a35794a1d59bb14581272cf18d58179c03404947fe22c463c636b7;p=dsc.git Check that empty hashes also work --- 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 <