From 503517c61c64bb18dc64574b5b02fb973a110891 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Jan 2015 20:57:13 -0500 Subject: makepkg no longer supports split packages with different pkgver --- test/librestage-test.sh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'test/librestage-test.sh') diff --git a/test/librestage-test.sh b/test/librestage-test.sh index edcfc36..affad6a 100644 --- a/test/librestage-test.sh +++ b/test/librestage-test.sh @@ -48,20 +48,6 @@ it_fails_with_invalid_args() { not empty "$tmpdir/stderr" } -# This was an actual bug I hit with md/emacs-mdmua a long time ago; solution was -# to use $(get_full_version) -it_stages_split_packages_with_different_versions() { - cp librestage.d/PKGBUILD-split "$tmpdir/PKGBUILD" - cd "$tmpdir" - - makepkg - librestage '~lukeshu' - - # peak at the PKGBUILD to get this info - [[ -f $tmpdir/workdir/staging/~lukeshu/md-0.81-4-any.pkg.tar.gz ]] - [[ -f $tmpdir/workdir/staging/~lukeshu/emacs-mdmua-0.72-4-any.pkg.tar.gz ]] -} - it_guesses_the_repo() { mkdir -p -- "$tmpdir/reponame/libretools-hello" cp librestage.d/PKGBUILD-hello "$tmpdir/reponame/libretools-hello/PKGBUILD" -- cgit v1.2.3-54-g00ecf