Merge pull request #10884 from aconsuegra/ac/fix-acceptance-test-repo-default-output
Fix expected error output of `TestRepo/repo-set-default`
This commit is contained in:
commit
906099c5b7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ defer gh repo delete --yes $ORG/$SCRIPT_NAME-$RANDOM_STRING
|
|||
# Ensure that no default is set
|
||||
cd $SCRIPT_NAME-$RANDOM_STRING
|
||||
exec gh repo set-default --view
|
||||
stderr 'no default repository has been set; use `gh repo set-default` to select one'
|
||||
stderr 'No default remote repository has been set. To learn more about the default repository, run: gh repo set-default --help'
|
||||
|
||||
# Set the default
|
||||
exec gh repo set-default $ORG/$SCRIPT_NAME-$RANDOM_STRING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue