summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGasu16 <rosario.matteog@gmail.com>2021-11-24 13:05:11 +0100
committerWei Zhang <kweizh@gmail.com>2021-11-26 11:21:05 +0800
commit3a28c71cfef078926b08f725398ed9d841c4c2d9 (patch)
tree329e24a0c1ff1d00d325c1660bdfcb1531cbd364 /tests
parentc49a67085ab459aee80c57275e315140aca7c289 (diff)
retrigger tests for issue #582
Diffstat (limited to 'tests')
-rw-r--r--tests/integration.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/integration.rs b/tests/integration.rs
index 68fb75e..1a760aa 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -644,8 +644,5 @@ fn test_all_directory() {
.arg("-d")
.arg(dir.path())
.assert()
- .stdout(
- predicate::str::is_match(".")
- .unwrap(),
- );
+ .stdout(predicate::str::is_match(".").unwrap());
}