fix: update acceptance test to match current error message

The skills-publish-dry-run acceptance test expected 'no skills/ directory
found' on stderr, but the actual error message from discovery is
'no skills found in <dir>'. Update the stderr matcher accordingly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Sam Morrow 2026-04-16 16:37:34 +02:00
parent 1aa19846d4
commit 08a0c11d77
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
# Publish dry-run from a directory with no skills/ should fail gracefully
! exec gh skill publish --dry-run $WORK
stderr 'no skills/ directory found'
stderr 'no skills found in'
# Publish dry-run against a valid skill directory should succeed
exec gh skill publish --dry-run $WORK/test-repo