Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/test-go.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ ensureGo() {
add clang lld
}

setup_file() {
setup() {
ensureGo
}

teardown_file() {
teardown() {
for p in linux/amd64 linux/arm64 linux/ppc64le linux/s390x linux/386 linux/arm/v7 linux/arm/v6 linux/riscv64; do
TARGETPLATFORM=$p xxdel xx-c-essentials
root=/$(TARGETPLATFORM=$p xx-info triple)
Expand Down
Loading