summaryrefslogtreecommitdiff
path: root/integrationtests/dgrep_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/dgrep_test.go')
-rw-r--r--integrationtests/dgrep_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/integrationtests/dgrep_test.go b/integrationtests/dgrep_test.go
index 35c3ff5..5d68ca9 100644
--- a/integrationtests/dgrep_test.go
+++ b/integrationtests/dgrep_test.go
@@ -19,7 +19,7 @@ func TestDGrep(t *testing.T) {
_, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep",
- "--spartan",
+ "--plain",
"--cfg", "none",
"--grep", "20211002-071947",
inFile)
@@ -48,7 +48,7 @@ func TestDGrep2(t *testing.T) {
_, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep",
- "--spartan",
+ "--plain",
"--cfg", "none",
"--grep", "20211002-071947",
"--invert",
@@ -78,7 +78,7 @@ func TestDGrepContext(t *testing.T) {
_, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep",
- "--spartan",
+ "--plain",
"--cfg", "none",
"--grep", "20211002-071947",
"--after", "3",
@@ -108,7 +108,7 @@ func TestDGrepContext2(t *testing.T) {
_, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep",
- "--spartan",
+ "--plain",
"--cfg", "none",
"--grep", "20211002",
"--max", "3",