Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2b37399

Browse files
committed
test: fix sharness tests
1 parent 2da4f55 commit 2b37399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0010-basic-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test_expect_success "'ipfs commands' succeeds" '
4848
test_expect_success "'ipfs commands' output looks good" '
4949
grep "add" commands.txt &&
5050
grep "daemon" commands.txt &&
51-
grep "update" commands.txt
51+
grep "version" commands.txt
5252
'
5353

5454
# test_expect_success "All commands accept --help" '

0 commit comments

Comments
 (0)