mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
b695b24619
commit
acac80c003
1 changed files with 6 additions and 1 deletions
|
@ -51,5 +51,10 @@ build:
|
||||||
- --with-screen=ncurses
|
- --with-screen=ncurses
|
||||||
|
|
||||||
# FIXME: hard to test interactive tools
|
# FIXME: hard to test interactive tools
|
||||||
test: test "$(mc --datadir | cut -d ' ' -f1 | cut -d':' -f1)" = "{{prefix}}/etc/mc/"
|
test:
|
||||||
|
env:
|
||||||
|
TERM: vt100 # needs $TERM set to run
|
||||||
|
script:
|
||||||
|
- mc --datadir
|
||||||
|
- test "$(mc --datadir | cut -d ' ' -f1 | cut -d':' -f1)" = "{{prefix}}/etc/mc/"
|
||||||
# ^^ tests relocatability
|
# ^^ tests relocatability
|
||||||
|
|
Loading…
Reference in a new issue