Skip to content

Commit

Permalink
Avoid hitting pkgcli_update()
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Sep 11, 2014
1 parent f02fd7d commit 005ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontend/search.shin
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ search_head() {

search_body() {
REPOS_DIR=/nonexistent
atf_check -e inline:"pkg: No active remote repositories configured\n" -o empty -s exit:74 pkg -C '' -R '' search -e -Q comment -S name pkg
atf_check -e inline:"pkg: No active remote repositories configured\n" -o empty -s exit:74 pkg -C '' -R '' search -U -e -Q comment -S name pkg
}

atf_init_test_cases() {
Expand Down

0 comments on commit 005ae5a

Please sign in to comment.