aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-03-13 16:55:28 -0700
committerLev Walkin <vlm@lionet.info>2016-03-13 16:55:28 -0700
commit84b578827c9d16888ccfe45fb9e3c6f4c2790cb8 (patch)
tree3247404b27b2f8b2e38402ccb76efbdad99f4c1c /libasn1fix
parente8eb52b4134f917235f0fbedcc264885afa93a4a (diff)
show the environment to debug absense of tests
Diffstat (limited to 'libasn1fix')
-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);
}