Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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