aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-03-13 17:17:49 -0700
committerLev Walkin <vlm@lionet.info>2016-03-13 17:29:20 -0700
commit88badc8a5b78cab32eb92cf772c50de0d7db8ff3 (patch)
tree5bad4cfbb67a7756f7f37274e62a18d4042531f4 /libasn1fix
parent1ec76055007a79b1568bebc8f9e6ae015262df8c (diff)
another attempt at travis debug
Diffstat (limited to 'libasn1fix')
-rw-r--r--libasn1fix/Makefile.am2
-rw-r--r--libasn1fix/check_fixer.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/libasn1fix/Makefile.am b/libasn1fix/Makefile.am
index 71df46a9..c23ffbd7 100644
--- a/libasn1fix/Makefile.am
+++ b/libasn1fix/Makefile.am
@@ -39,6 +39,6 @@ check_crange_LDADD = $(noinst_LTLIBRARIES) \
check_PROGRAMS = check_crange check_fixer
-TESTS_ENVIRONMENT = ASN1_TESTS_DIR=${top_srcdir}/tests
+TESTS_ENVIRONMENT = ASN1_TESTS_DIR=${srcdir}/../tests
TESTS = ${check_PROGRAMS}
diff --git a/libasn1fix/check_fixer.c b/libasn1fix/check_fixer.c
index 33a348aa..c1b69563 100644
--- a/libasn1fix/check_fixer.c
+++ b/libasn1fix/check_fixer.c
@@ -129,6 +129,7 @@ main(int ac, char **av) {
fprintf(stderr, "No tests defined?!\n");
system("pwd");
system("env");
+ system("ls");
exit(EX_NOINPUT);
}