Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 4999d8f

Browse files
committed
Implement basic input validation for built-in attributes
1 parent 1eaeeb2 commit 4999d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminfo/searcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub fn get_dbpath_for_term(term: &str) -> Option<PathBuf> {
6666
}
6767

6868
#[test]
69-
#[ignore(reason = "buildbots don't have ncurses installed and I can't mock everything I need")]
69+
#[ignore = "buildbots don't have ncurses installed and I can't mock everything I need"]
7070
fn test_get_dbpath_for_term() {
7171
// woefully inadequate test coverage
7272
// note: current tests won't work with non-standard terminfo hierarchies (e.g., macOS's)

0 commit comments

Comments
 (0)