From: Joel Rosdahl Date: Sun, 13 May 2012 17:24:56 +0000 (+0200) Subject: Remove test of check removed in 05ce57e X-Git-Tag: v3.2~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=701f13192eea80ad8ff8aab783b181ecddcc47c3;p=thirdparty%2Fccache.git Remove test of check removed in 05ce57e --- diff --git a/test/test_conf.c b/test/test_conf.c index bef9eddcd..3e933814c 100644 --- a/test/test_conf.c +++ b/test/test_conf.c @@ -252,11 +252,6 @@ TEST(conf_read_invalid_unsigned) CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"-42\"", errmsg); - create_file("ccache.conf", "max_files = 4294967296"); - CHECK(!conf_read(conf, "ccache.conf", &errmsg)); - CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"4294967296\"", - errmsg); - create_file("ccache.conf", "max_files = foo"); CHECK(!conf_read(conf, "ccache.conf", &errmsg)); CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"foo\"",