Skip to content

Commit

Permalink
testscripts: commands: Fix failing test cases
Browse files Browse the repository at this point in the history
Change-Id: I06a3eeb436016a9a22e7d5e2b1ae14fe75804197
  • Loading branch information
Hasaber8 committed Oct 14, 2024
1 parent a9dd61e commit 25b4246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testscripts/commands/convert.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test the convert commands.

hugo convert -h
stdout 'Convert your content'
stdout 'Convert front matter to another format'
hugo convert toJSON -h
stdout 'to use JSON for the front matter'
hugo convert toTOML -h
Expand Down
4 changes: 2 additions & 2 deletions testscripts/commands/import_jekyll.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test the import jekyll command.
# Test the import + import jekyll command.

hugo import -h
stdout 'Import your site from other web site generators like Jekyll\.'
stdout 'Import a site from another system'

hugo import jekyll -h
stdout 'hugo import from Jekyll\.'
Expand Down

0 comments on commit 25b4246

Please sign in to comment.