summaryrefslogtreecommitdiff
path: root/integrationtests/dgrep_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-13 09:00:03 +0300
committerPaul Buetow <paul@buetow.org>2021-10-13 09:00:03 +0300
commit7b873100d94ddc3c698a620cb83b61dcb2074303 (patch)
tree7ecbbce3c7d7c52671b8cb26eb15260b529e9236 /integrationtests/dgrep_test.go
parenta6098084f7150df34edecf1519386bd28a527361 (diff)
add another dcat integration test - catting 100 files at once
Diffstat (limited to 'integrationtests/dgrep_test.go')
-rw-r--r--integrationtests/dgrep_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dgrep_test.go b/integrationtests/dgrep_test.go
index 15519b3..57b5d86 100644
--- a/integrationtests/dgrep_test.go
+++ b/integrationtests/dgrep_test.go
@@ -11,7 +11,7 @@ func TestDGrep(t *testing.T) {
stdoutFile := "dgrep.stdout.tmp"
expectedStdoutFile := "dgrep.txt.expected"
- _, err := runCommand(context.TODO(), stdoutFile,
+ _, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep", "--spartan", "--grep", "20211002-071947", inFile)
if err != nil {
@@ -32,7 +32,7 @@ func TestDGrep2(t *testing.T) {
stdoutFile := "dgrep2.stdout.tmp"
expectedStdoutFile := "dgrep2.txt.expected"
- _, err := runCommand(context.TODO(), stdoutFile,
+ _, err := runCommand(context.TODO(), t, stdoutFile,
"../dgrep", "-spartan", "--grep", "20211002-071947", "--invert", inFile)
if err != nil {