7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/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
|