From bb4c6dc1eeb2f92f2c0af0da3897cf23e34d0065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Mon, 8 Aug 2005 20:05:42 +0000 Subject: [PATCH] * make the config.options bug clear --- tests/alpha-light.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/alpha-light.sh b/tests/alpha-light.sh index 1e788657..d0c8c907 100755 --- a/tests/alpha-light.sh +++ b/tests/alpha-light.sh @@ -7,7 +7,7 @@ pisi-cli build tests/zip/pspec.xml tests/unzip/pspec.xml pisi-cli index . pisi-cli add-repo repo1 pisi-index.xml pisi-cli update-repo repo1 -pisi-cli install zip +pisi-cli --ignore-comar install zip pisi-cli list-installed -pisi-cli remove unzip -pisi-cli install zip*.pisi +pisi-cli --ignore-comar remove unzip +pisi-cli --ignore-comar install zip*.pisi