Move from assert_cli to assert_cmd

assert_cli is deprecated.
This allows us to use 'or' in the output of our integration tests
This commit is contained in:
andy.boot
2020-03-23 00:17:10 +00:00
parent 1953e107c2
commit 7cc7047b28
4 changed files with 247 additions and 282 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ walkdir="2.3"
winapi-util = "0.1"
[dev-dependencies]
assert_cli = "=0.6"
assert_cmd ="0.12"
tempfile = "=3"