diff options
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/commands_errors.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testscripts/commands/commands_errors.txt b/testscripts/commands/commands_errors.txt index fcce6197f..54448361d 100644 --- a/testscripts/commands/commands_errors.txt +++ b/testscripts/commands/commands_errors.txt @@ -1,7 +1,12 @@ # Testing various error situations. ! hugo mods +stderr 'unknown command "mods" for "hugo"' stderr 'Did you mean this\?' ! hugo mod clea stderr 'Did you mean this\?' +stderr 'clean' + +! hugo mod foo +stderr 'unknown command "foo" for "hugo mod"'
\ No newline at end of file |