another attempt at travis debug
diff --git a/libasn1fix/Makefile.am b/libasn1fix/Makefile.am
index c23ffbd..f7e2d1e 100644
--- a/libasn1fix/Makefile.am
+++ b/libasn1fix/Makefile.am
@@ -39,6 +39,6 @@
 
 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 c1b6956..c6b55fd 100644
--- a/libasn1fix/check_fixer.c
+++ b/libasn1fix/check_fixer.c
@@ -129,7 +129,7 @@
 		fprintf(stderr, "No tests defined?!\n");
 		system("pwd");
 		system("env");
-		system("ls");
+		system("cd .. && find .");
 		exit(EX_NOINPUT);
 	}