Fix bad expressions in tests (#7625)

* Fix bad expressions in tests.

ci_complete

* Disable cmd_runner integration tests.

ci_complete

* Another bad expression.

ci_complete
This commit is contained in:
Felix Fontein 2023-11-29 06:53:48 +01:00 committed by GitHub
commit 3b779ecade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 28 deletions

View file

@ -39,4 +39,4 @@
that:
- result_basic_2 is not changed
- result_basic_2 is failed
- result_basic_2.msg == "Destination {{ non_existing_file }} does not exist!"
- result_basic_2.msg == "Destination " ~ non_existing_file ~ " does not exist!"