summaryrefslogtreecommitdiff
path: root/integrationtests/dcat_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-24 13:34:06 +0300
committerPaul Buetow <paul@buetow.org>2021-10-24 13:34:19 +0300
commit14959ffba46282dd7b8ada53db0dfc0e1b26ab2e (patch)
tree0b207cb61af3aa2bd93a0c5c864ec91246dd4595 /integrationtests/dcat_test.go
parentac2d6fa5d054ca725a7268eb1a8e050525372c34 (diff)
Fix DCat color test.
Diffstat (limited to 'integrationtests/dcat_test.go')
-rw-r--r--integrationtests/dcat_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/integrationtests/dcat_test.go b/integrationtests/dcat_test.go
index 2516867..dc2234f 100644
--- a/integrationtests/dcat_test.go
+++ b/integrationtests/dcat_test.go
@@ -60,13 +60,11 @@ func TestDCat2(t *testing.T) {
os.Remove(stdoutFile)
}
-/*
-// TODO: The test currently fails as there is a hostname in the output. What needs
-// to be done is to ignore the hostnames in the output (which is field 2 of the output)
func TestDCatColors(t *testing.T) {
if !config.Env("DTAIL_RUN_INTEGRATION_TESTS") {
return
}
+
testdataFile := "dcatcolors.txt"
stdoutFile := "dcatcolors.out"
expectedFile := "dcatcolors.expected"
@@ -86,4 +84,3 @@ func TestDCatColors(t *testing.T) {
os.Remove(stdoutFile)
}
-*/