﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
683	chicken-install exits 0 when trying to install non existent eggs	Mario Domenech Goulart	Christian Kellermann	"Here's an example:

{{{
$ chicken-install foo
retrieving ...
connecting to host ""chicken.kitten-technologies.co.uk"", port 80 ...
requesting ""/henrietta.cgi?name=foo&mode=default"" ...
reading response ...
HTTP/1.1 200 OK
Date: Fri, 02 Sep 2011 23:39:18 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks .
reading files ...
 foo located at /tmp/tempf0d3/foo

Warning: extension `foo' has no .meta file - assuming it has no dependencies
install order:
()

$ echo $?
0
}}}

I expect it to exit a non-zero value in this case.
"	defect	closed	major	4.9.0	core tools	4.7.x	fixed	chicken-install		
