From f0281cf028618b734dadc911c3e2a2307c711328 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Fri, 25 Jun 2021 06:35:00 +0200
Subject: test-nick-colors: fix and streamline
A recent addition of an N_ELEMENTS macro invocation broke it.
---
test | 2 +-
test-nick-colors | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/test b/test
index bfe6444..bf4d697 100755
--- a/test
+++ b/test
@@ -1,5 +1,5 @@
#!/usr/bin/expect -f
-# Very basic end-to-end testing for Travis CI
+# Very basic end-to-end testing for CI
# Run the daemon to test against
system ./kike --write-default-cfg
diff --git a/test-nick-colors b/test-nick-colors
index a09f74a..dcc112f 100755
--- a/test-nick-colors
+++ b/test-nick-colors
@@ -1,12 +1,15 @@
#!/bin/sh
# Check whether the terminal colours filtered by our algorithm are legible
export example=$(
- tcc "-run -lm" - <<-EOF
+ tcc "-run -lm" - <<-END
#include