9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
# Install from an extra source
|
|
# @TEST-EXEC: zkg --extra-source two=`pwd`/sources/two search quux > search.out
|
|
# @TEST-EXEC: grep -q -m 1 two/eve/quux search.out
|
|
|
|
# scripts/zkg doesn't add --force for us, do it by hand
|
|
# @TEST-EXEC: zkg --extra-source two=`pwd`/sources/two install quux --force
|
|
# @TEST-EXEC: zkg list > list.out
|
|
# @TEST-EXEC: grep -q -m 1 'two/eve/quux' list.out
|