summaryrefslogtreecommitdiff
path: root/test/remove
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-07 11:55:35 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 11:55:35 +0200
commitf45c2694b9184b5c86abca1938c4005c89cf5b45 (patch)
tree911c602ab6674ba4828960ecf1d9fccb1c170bcf /test/remove
parentada1cdfdf960047892bb9632e2c81581991acef6 (diff)
Updated bootstrap and tests to install pkg as "pkg"
Diffstat (limited to 'test/remove')
-rw-r--r--test/remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/remove b/test/remove
index c22a4f3..e850ec0 100644
--- a/test/remove
+++ b/test/remove
@@ -12,8 +12,8 @@ echo "# genocide_collected (~/bin)"
repeat 2 {
echo "# pkg list"
- stringcmp "core" "$(pkg list local)"
+ stringcmp "pkg" "$(pkg list local)"
stringcmp "ra\nra-bare\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
}