From f3bfbda1204ab62aca613efd556f151447a059e3 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 12 Jan 2011 10:52:46 -0800 Subject: [PATCH] Adjust clitests after cauthtool changes. --- src/test/cli/cauthtool/list-empty.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/cli/cauthtool/list-empty.t b/src/test/cli/cauthtool/list-empty.t index e19e769adf4f5..cbb848c384d96 100644 --- a/src/test/cli/cauthtool/list-empty.t +++ b/src/test/cli/cauthtool/list-empty.t @@ -1,9 +1,13 @@ $ touch empty $ cauthtool --list empty + \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ [0-9a-f]{12} auth: parse error at line 2: (re) + \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ [0-9a-f]{12} auth:[ ] (re) error reading file empty [1] $ cauthtool -l empty + \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ [0-9a-f]{12} auth: parse error at line 2: (re) + \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ [0-9a-f]{12} auth:[ ] (re) error reading file empty [1] -- 2.39.5