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

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'