Skip to content

Commit 7d9ecb5

Browse files
this time
1 parent fed121f commit 7d9ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_hostinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FOSSIL_TEST(c_test_hostinfo_get_architecture) {
6464
fossil_sys_hostinfo_architecture_t info;
6565
int result = fossil_sys_hostinfo_get_architecture(&info);
6666
ASSUME_ITS_TRUE(result == 0);
67-
ASSUME_ITS_TRUE(strlen(info.name) > 0);
67+
ASSUME_ITS_TRUE(strlen(info.arch_name) > 0);
6868
}
6969

7070
FOSSIL_TEST(c_test_hostinfo_get_endianness) {

0 commit comments

Comments
 (0)