diff options
Diffstat (limited to 'test/remove')
-rw-r--r-- | test/remove | 4 |
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 } |