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_build_tags="noembeddocs noupgrade"
|
||||
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"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
|
@ -22,12 +22,6 @@ pre_build() {
|
|||
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() {
|
||||
make test
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue