Skip to content

Commit b80319b

Browse files
committed
test: Fix list output check for linked packages
1 parent 8ebddc8 commit b80319b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/do-list.bats

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,13 @@ $site/username2/p2
8181
test_util.stub_command do-plumbing-link-man
8282

8383
test_util.create_package "$dir"
84-
test_util.mock_clone "$dir" "$site/$dir"
84+
test_util.mock_link "$dir" "$site/$dir"
8585

8686
run do-list
8787

8888
assert_success
8989
assert_output -e "local/project2
90-
Branch: master
91-
Revision: ([a-z0-9]*)
92-
State: Up to date"
90+
Branch: master"
9391
}
9492

9593
@test "properly list out of date package" {

0 commit comments

Comments
 (0)