19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
|
|
# @TEST-EXEC: bash %INPUT
|
|
# @TEST-EXEC-FAIL: zkg install foo
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER='grep ^error' btest-diff .stderr
|
|
|
|
cd packages/foo
|
|
echo 'aliases = ../../../../../../../../bad' >> zkg.meta
|
|
git commit -am 'new stuff'
|
|
|
|
# @TEST-START-NEXT
|
|
cd packages/foo
|
|
echo 'aliases = .hidden' >> zkg.meta
|
|
git commit -am 'new stuff'
|
|
|
|
# @TEST-START-NEXT
|
|
cd packages/foo
|
|
echo 'aliases = /aaa' >> zkg.meta
|
|
git commit -am 'new stuff'
|