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.master
parent
b0488fe549
commit
0c4520d686
|
@ -1415,7 +1415,7 @@ limits.")
|
|||
(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.
|
||||
|
|
Reference in New Issue