Re: Solaris test failure -- FAIL 61: invalid bool (set)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Feb 19, 2008 at 06:44:22PM -0500, Jeff King wrote:

> +static void die_bad_config(const char *name)
> +{
> +	if (config_file_name)
> +		die("bad config value '%s' in %s", name, config_file_name);
> +	die("bad config value for '%s'", name);

Oops. This first one should read:

  bad config value _for_ '%s'...

Otherwise, test t1300:58 fails when trying to match the text. It's
just a typo in my previous patch.

-Peff
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux