File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/libterm/terminfo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 4eb72d268f337a8f117c86a2ac1b98336cab9e9d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 93e99b55f8ed8d9c601c4ac176ac06dc88953543
4
+ refs/heads/snap-stage3: 00c778669024f06969f7d97b1f340c5d0c4bc326
5
5
refs/heads/try: 0f0d21c1eb5c7be04d323e0b06faf252ad790af6
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ fn test_get_dbpath_for_term() {
102
102
let p = get_dbpath_for_term ( t) . expect ( "no terminfo entry found" ) ;
103
103
p. as_str ( ) . unwrap ( ) . to_string ( )
104
104
} ;
105
- assert ! ( x( "screen" ) == "/usr/share/terminfo/s/screen" . to_string ( ) ) ;
105
+ assert ! ( x( "screen" ) == "/usr/share/terminfo/s/screen" ) ;
106
106
assert ! ( get_dbpath_for_term( "" ) == None ) ;
107
107
setenv ( "TERMINFO_DIRS" , ":" ) ;
108
- assert ! ( x( "screen" ) == "/usr/share/terminfo/s/screen" . to_string ( ) ) ;
108
+ assert ! ( x( "screen" ) == "/usr/share/terminfo/s/screen" ) ;
109
109
unsetenv ( "TERMINFO_DIRS" ) ;
110
110
}
111
111
You can’t perform that action at this time.
0 commit comments