aboutsummaryrefslogtreecommitdiff
path: root/src/test.do
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-21 10:52:01 +0000
committermerakor <cem@ckyln.com>2020-12-21 10:52:01 +0000
commit36308f68ddd95984c1909c5ca00a6ab70544d15b (patch)
treeed8130e50fd9fe96eea980a6f352f53f44d07966 /src/test.do
parentc1c68a205b8cbf0a8ee55f099c27d0a0c7f8afe2 (diff)
downloadcpt-36308f68ddd95984c1909c5ca00a6ab70544d15b.tar.gz
tests: calm shellcheck down
FossilOrigin-Name: 16695158bf8e9ce16fb245dd3d71c44b3678892cbc7e8cd7ca221ce7d4c48823
Diffstat (limited to 'src/test.do')
-rw-r--r--src/test.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.do b/src/test.do
index 76771c0..9791cea 100644
--- a/src/test.do
+++ b/src/test.do
@@ -1,5 +1,5 @@
. ../config.rc
redo-ifchange cpt-lib
exec >&2
-find . ../contrib -name 'cpt-*' ! -name '*.*' -exec shellcheck -x -f gcc {} +
+find . ../contrib -name 'cpt-*' ! -name '*.*' -exec shellcheck -e 2119 -x -f gcc {} +
PHONY