mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
tests: Adjust to recent changes to the 'emacs' package.
Test regression introduced in f88fea0eaa
.
* tests/guix-package.sh: Add minor and patch levels in the version
numbers of 'emacs-foo-bar' and 'emacs-foo-bar-patched'.
This commit is contained in:
parent
9471aea76a
commit
cc34693152
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# GNU Guix --- Functional package management for GNU
|
# GNU Guix --- Functional package management for GNU
|
||||||
# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||||
# Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
# Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
#
|
#
|
||||||
# This file is part of GNU Guix.
|
# This file is part of GNU Guix.
|
||||||
|
@ -257,7 +257,7 @@ cat > "$module_dir/foo.scm"<<EOF
|
||||||
(define-public x
|
(define-public x
|
||||||
(package (inherit emacs)
|
(package (inherit emacs)
|
||||||
(name "emacs-foo-bar")
|
(name "emacs-foo-bar")
|
||||||
(version "42")))
|
(version "42.77.0")))
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
guix package -A emacs-foo-bar -L "$module_dir" | grep 42
|
guix package -A emacs-foo-bar -L "$module_dir" | grep 42
|
||||||
|
@ -298,7 +298,7 @@ cat > "$module_dir/foo.scm"<<EOF
|
||||||
(source (origin (inherit (package-source emacs))
|
(source (origin (inherit (package-source emacs))
|
||||||
(patches (list (search-patch "emacs.patch")))))
|
(patches (list (search-patch "emacs.patch")))))
|
||||||
(name "emacs-foo-bar-patched")
|
(name "emacs-foo-bar-patched")
|
||||||
(version "42")))
|
(version "42.42.42")))
|
||||||
|
|
||||||
(define-public y
|
(define-public y
|
||||||
(package (inherit emacs)
|
(package (inherit emacs)
|
||||||
|
|
Loading…
Reference in a new issue