Skip to content

Commit 1106c15

Browse files
committed
TestArchitecture(): revised architectures to compare against
1 parent 1449217 commit 1106c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/freebsd/sysctl_freebsd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestArchitecture(t *testing.T) {
3636
}
3737

3838
assert.NotEmpty(t, arch)
39-
assert.Regexp(t, `(amd64|i386|powerpc(64(le)?|spe)?|armv(6|7)|aarch64|riscv64*|mips(n)?(32|64)?(el)?|sparc64)`, arch)
39+
assert.Regexp(t, `(amd64|i386|powerpc|arm(64)?|riscv|mips|sparc64|pc98)`, arch)
4040
}
4141

4242
func TestBootTime(t *testing.T) {

0 commit comments

Comments
 (0)