tests/firefox: fix test commands (#6840)
Tests passed, but looks like `nmt` was swallowing the command not found errors.
This commit is contained in:
parent
e72178b84e
commit
72526a5f7c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue