summaryrefslogtreecommitdiff
path: root/test/add
diff options
context:
space:
mode:
Diffstat (limited to 'test/add')
-rw-r--r--test/add4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/add b/test/add
index 9810ca4..f319813 100644
--- a/test/add
+++ b/test/add
@@ -14,8 +14,8 @@ echo "# populate_collected"
repeat 2 {
echo "# pkg list"
- stringcmp "core\n$repo" "$(pkg list local)"
+ stringcmp "pkg\n$repo" "$(pkg list local)"
stringcmp "$complement\nrb\nrb-bare\nrc\nrc-bare" "$(pkg list not-installed)"
- stringcmp "core\nra\nra-bare\nrb\nrb-bare\nrc\nrc-bare" "$(pkg list remote)"
+ stringcmp "pkg\nra\nra-bare\nrb\nrb-bare\nrc\nrc-bare" "$(pkg list remote)"
pkg update
}