Skip to content

Commit 7e85211

Browse files
committed
test(config): Verify output for extension-less
1 parent 675224b commit 7e85211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/config.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ f1 = 1
272272
let config = new_config();
273273

274274
assert_eq!(config.get::<Option<i32>>("foo.f1").unwrap(), Some(1));
275+
276+
// It should NOT have warned for the symlink.
277+
let output = read_output(config);
278+
assert_eq!(output, "");
275279
}
276280

277281
#[cargo_test]

0 commit comments

Comments
 (0)