File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
integration-tests/tests/integration Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use fixtures::*;
36
36
use temp_project:: TempProject ;
37
37
38
38
#[ test]
39
- fn test_version ( ) {
39
+ fn test_version_info ( ) {
40
40
// Note that this is slightly overdetermined: details like the length of the short commit hash
41
41
// are not part of the format, and we have some flexibility in changing it.
42
42
let version_regex =
@@ -91,13 +91,6 @@ fn test_version() {
91
91
host_line. starts_with( "host: " ) ,
92
92
"host line starts with 'host: ': {host_line}"
93
93
) ;
94
-
95
- // Line 6 is the OS. Just check that it begins with "os: ".
96
- let os_line = lines. next ( ) . unwrap ( ) ;
97
- assert ! (
98
- os_line. starts_with( "os: " ) ,
99
- "os line starts with 'os: ': {os_line}"
100
- ) ;
101
94
}
102
95
103
96
#[ test]
You can’t perform that action at this time.
0 commit comments