mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
chezmoi: fix tests
This commit is contained in:
parent
51a79c968d
commit
62689e25ac
1 changed files with 1 additions and 7 deletions
|
@ -6,7 +6,7 @@ build_style=go
|
||||||
go_import_path="github.com/twpayne/chezmoi/v2"
|
go_import_path="github.com/twpayne/chezmoi/v2"
|
||||||
go_build_tags="noembeddocs noupgrade"
|
go_build_tags="noembeddocs noupgrade"
|
||||||
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps"
|
go_ldflags="-X main.version=${version} -X main.commit=v${version} -X main.builtBy=xbps"
|
||||||
checkdepends="tar"
|
checkdepends="tar git"
|
||||||
short_desc="Manage your dotfiles across multiple machines, securely"
|
short_desc="Manage your dotfiles across multiple machines, securely"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -22,12 +22,6 @@ pre_build() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
# These tests fail with a "git: 'submodule' is not a git command."
|
|
||||||
# error because chroot-git does not include that subcommand.
|
|
||||||
rm pkg/cmd/testdata/scripts/{init,issue1213,issue2649,root,update}.txtar
|
|
||||||
}
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue