From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Fri, 7 Jul 2017 19:46:47 +0200
Subject: Update expected error string to fix FTBFS.

Closes: #866662
---
 format/rfc6587_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/rfc6587_test.go b/format/rfc6587_test.go
index 24686ad..ac16071 100644
--- a/format/rfc6587_test.go
+++ b/format/rfc6587_test.go
@@ -85,5 +85,5 @@ func (s *FormatSuite) TestRFC6587_GetSplitBadSplit(c *C) {
 	c.Assert(r, NotNil)
 
 	err := scanner.Err()
-	c.Assert(err, ErrorMatches, "strconv.ParseInt: parsing \".2\": invalid syntax")
+	c.Assert(err, ErrorMatches, "strconv.Atoi: parsing \".2\": invalid syntax")
 }
