Fix CLI test

This commit is contained in:
Brian Carroll 2022-09-06 09:01:48 +01:00
parent 322ae187bc
commit fda33fc70d
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0

View file

@ -538,7 +538,7 @@ mod cli_run {
executable_filename: "static-site",
stdin: &[],
input_paths: &["input", "output"],
expected_ending: "Processed 4 files with 4 successes and 0 errors\n",
expected_ending: "Processed 3 files with 3 successes and 0 errors\n",
use_valgrind: false,
}
},