From c6b34cc6de9ad401dac2f41ecb6620b89e4c71cf Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 13 Mar 2016 23:46:09 -0700 Subject: another attempt at travis debug --- libasn1fix/Makefile.am | 2 +- libasn1fix/check_fixer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libasn1fix/Makefile.am b/libasn1fix/Makefile.am index c23ffbd7..f7e2d1e1 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=${srcdir}/../tests +TESTS_ENVIRONMENT = ASN1_TESTS_DIR=${top_builddir}/tests TESTS = ${check_PROGRAMS} diff --git a/libasn1fix/check_fixer.c b/libasn1fix/check_fixer.c index c1b69563..c6b55fd0 100644 --- a/libasn1fix/check_fixer.c +++ b/libasn1fix/check_fixer.c @@ -129,7 +129,7 @@ main(int ac, char **av) { fprintf(stderr, "No tests defined?!\n"); system("pwd"); system("env"); - system("ls"); + system("cd .. && find ."); exit(EX_NOINPUT); } -- cgit v1.2.3