Skip to content

Commit

Permalink
TestArchitecture(): revised architectures to compare against
Browse files Browse the repository at this point in the history
  • Loading branch information
sarog committed Jun 20, 2024
1 parent 1449217 commit 1106c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/freebsd/sysctl_freebsd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestArchitecture(t *testing.T) {
}

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

func TestBootTime(t *testing.T) {
Expand Down

0 comments on commit 1106c15

Please sign in to comment.