aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libasn1fix/check_fixer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libasn1fix/check_fixer.c b/libasn1fix/check_fixer.c
index 4a616e0c..33a348aa 100644
--- a/libasn1fix/check_fixer.c
+++ b/libasn1fix/check_fixer.c
@@ -127,6 +127,8 @@ main(int ac, char **av) {
if(completed == 0) {
fprintf(stderr, "No tests defined?!\n");
+ system("pwd");
+ system("env");
exit(EX_NOINPUT);
}