summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-08 11:43:43 +0300
committerPaul Buetow <paul@buetow.org>2021-10-09 12:37:18 +0300
commit148ce987cde531978b4d5cdd30df9a67cc384ec5 (patch)
tree9749939f8b569951e9639d29450b18c84bb8b6c1 /integrationtests
parent47365ee1effe18b2f08ea0a5472b18be60959998 (diff)
refactor
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/dcat.txt.expected (renamed from integrationtests/testdata.txt)0
-rw-r--r--integrationtests/dcat_test.go2
2 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/testdata.txt b/integrationtests/dcat.txt.expected
index 9e80424..9e80424 100644
--- a/integrationtests/testdata.txt
+++ b/integrationtests/dcat.txt.expected
diff --git a/integrationtests/dcat_test.go b/integrationtests/dcat_test.go
index 370ea25..4394552 100644
--- a/integrationtests/dcat_test.go
+++ b/integrationtests/dcat_test.go
@@ -6,7 +6,7 @@ import (
)
func TestDCat(t *testing.T) {
- testdataFile := "testdata.txt"
+ testdataFile := "dcat.txt.expected"
stdoutFile := "dcat.out"
if err := runCommand(t, "../dcat", []string{"-spartan", testdataFile}, stdoutFile); err != nil {