summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRoy Ivy III <rivy.dev@gmail.com>2020-05-28 09:43:51 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2020-06-03 09:13:47 +0200
commit4840c7cd78910d54a7959d8d0d4187ca84d90c2d (patch)
tree65c4540bcf01b7dbb2820c3bf99a374039ff6957 /Cargo.toml
parent71ab4a20587defb436f260a602043e9cb2a14f0a (diff)
Tests ~ add predicate normalization for tests using `echo`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b53b11b7..949375bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,6 +76,7 @@ default-features = false
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "1.0.1"
+predicates = "1.0.4"
[build-dependencies]
clap = { version = "2.33", optional = true }