diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-11-26 11:31:57 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-11-26 14:22:35 +0100 |
commit | 793e37767581aec7102d2ecafa34fc1316b1b31f (patch) | |
tree | 0fb132894f02c3675a4d935c5ce9c3f579cd0302 /tests | |
parent | 9a2cbf30b81a2b57149bb20e78e2e4cb5c2ff389 (diff) |
dist: add error-codes.pl
Follow-up to commit 74f441c6d31.
This should fix test 1175 when run via the daily source tarballs.
Closes https://github.com/curl/curl/pull/4638
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f830ae417..b4cb9012e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \ CMakeLists.txt mem-include-scan.pl valgrind.supp extern-scan.pl \ manpage-scan.pl nroff-scan.pl http2-server.pl dictserver.py \ negtelnetserver.py $(SMBDEPS) objnames-test08.sh objnames-test10.sh \ - objnames.inc disable-scan.pl manpage-syntax.pl + objnames.inc disable-scan.pl manpage-syntax.pl error-codes.pl DISTCLEANFILES = configurehelp.pm |