From f45c2694b9184b5c86abca1938c4005c89cf5b45 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 11:55:35 +0200 Subject: Updated bootstrap and tests to install pkg as "pkg" --- test/add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/add') 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 } -- cgit v1.2.3