mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: autojump: Fix failing tests.
This is a followup to 1d33b9e; test script was moved in upgrade to version 22.3.4. * gnu/packages/admin.scm (autojump)[arguments]: Adjust unit test script file name.
This commit is contained in:
parent
b0488fe549
commit
0c4520d686
1 changed files with 1 additions and 1 deletions
|
@ -1415,7 +1415,7 @@ (define-public autojump
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(zero?
|
||||
(system* "python" "tests/autojump_utils_test.py"))))
|
||||
(system* "python" "tests/unit/autojump_utils_test.py"))))
|
||||
(replace 'install
|
||||
;; The install.py script doesn't allow system installation
|
||||
;; into an arbitrary prefix, so do our own install.
|
||||
|
|
Loading…
Reference in a new issue