diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-12-21 15:14:02 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-12-21 15:14:02 +0000 |
| commit | a44a29ffe558591b2f1e081fedaee2b88f40923f (patch) | |
| tree | 893264119c70896ff0d232b1d1303640b4f6817c /integrationtests/dgrep_test.go | |
| parent | 551c63d9166c72d852a2c05149af8b1b3a68405f (diff) | |
adjust integration tests to reflect the last datetime string change
Diffstat (limited to 'integrationtests/dgrep_test.go')
| -rw-r--r-- | integrationtests/dgrep_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
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) |
