fix(sharness): switch insecure hash function test
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
hannahhoward committed
Apr 23, 2021 at 19:50 UTC
2ef501dec84f48064c1d561c9676c0e06a07afbc
1 file changed
+1
-1
test/sharness/t0275-cid-security.sh
+1
-1
@@ -11,7 +11,7 @@ test_description="Cid Security"
11
test_init_ipfs
12
13
test_expect_success "adding using unsafe function fails with error" '
14
- echo foo | test_must_fail ipfs add --hash murmur3-128 2>add_out
14
+ echo foo | test_must_fail ipfs add --hash shake-128 2>add_out
15
'
16
17
test_expect_success "error reason is pointed out" '