Skip to content
Snippets Groups Projects
Commit ac3d149c authored by Natanael Copa's avatar Natanael Copa
Browse files

test: check if upgrade works when package is missing in repo

parent 92533bea
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
# desc: test if upgrade works when package is missing in repo
$APK add --root $ROOT --initdb --repository $PWD/repo1 test-a
$APK upgrade --root $ROOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment