tests/firefox: fix test commands (#6840)

Tests passed, but looks like `nmt` was swallowing the command not found
errors.
This commit is contained in:
Austin Horstman 2025-04-17 12:45:55 -07:00 committed by GitHub
parent e72178b84e
commit 72526a5f7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,13 +48,13 @@ in
assertDirectoryExists home-files/${cfg.configPath}/basic
assertFileNotExists \
assertPathNotExists \
home-files/${cfg.configPath}/lines/chrome/extraFile.css
assertFileContent \
home-files/${cfg.configPath}/lines/chrome/userChrome.css \
${./chrome/userChrome.css}
assertFileNotExists \
assertPathNotExists \
home-files/${cfg.configPath}/path/chrome/extraFile.css
assertFileContent \
home-files/${cfg.configPath}/path/chrome/userChrome.css \