Skip to content

Commit

Permalink
Remove lib tests as they don't seem to be relevant anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergey418alt committed Jan 28, 2025
1 parent c35ee66 commit dd9627e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/sharness/t0021-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ test_config_cmd_set() {
ipfs config \"$cfg_key\" >actual &&
test_cmp expected actual
"

# also test our lib function. it should work too.
cfg_key="Lib.$cfg_key"
test_expect_success "test_config_set succeeds" "
test_config_set $cfg_flags \"$cfg_key\" \"$cfg_val\"
"

test_expect_success "test_config_set value looks good" "
echo \"$cfg_val\" >expected &&
ipfs config \"$cfg_key\" >actual &&
test_cmp expected actual
"
}

test_profile_apply_revert() {
Expand Down

0 comments on commit dd9627e

Please sign in to comment.