From a44a29ffe558591b2f1e081fedaee2b88f40923f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Dec 2021 15:14:02 +0000 Subject: adjust integration tests to reflect the last datetime string change --- integrationtests/dgrep_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'integrationtests/dgrep_test.go') diff --git a/integrationtests/dgrep_test.go b/integrationtests/dgrep_test.go index ab91dd6..943f99e 100644 --- a/integrationtests/dgrep_test.go +++ b/integrationtests/dgrep_test.go @@ -21,7 +21,7 @@ func TestDGrep1(t *testing.T) { "../dgrep", "--plain", "--cfg", "none", - "--grep", "20211002-071947", + "--grep", "1002-071947", inFile) if err != nil { @@ -50,7 +50,7 @@ func TestDGrep2(t *testing.T) { "../dgrep", "--plain", "--cfg", "none", - "--grep", "20211002-071947", + "--grep", "1002-071947", "--invert", inFile) @@ -80,7 +80,7 @@ func TestDGrepContext1(t *testing.T) { "../dgrep", "--plain", "--cfg", "none", - "--grep", "20211002-071947", + "--grep", "1002-071947", "--after", "3", "--before", "3", inFile) @@ -110,7 +110,7 @@ func TestDGrepContext2(t *testing.T) { "../dgrep", "--plain", "--cfg", "none", - "--grep", "20211002", + "--grep", "1002", "--max", "3", inFile) -- cgit v1.2.3