diff options
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) |
