summaryrefslogtreecommitdiff
path: root/t/pm/Utils.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/pm/Utils.pl')
-rw-r--r--t/pm/Utils.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/pm/Utils.pl b/t/pm/Utils.pl
index 39fc05c61..ad8fc35be 100644
--- a/t/pm/Utils.pl
+++ b/t/pm/Utils.pl
@@ -54,7 +54,14 @@ lacinia eros.
return 1 if (flatten $test_str) ne $expected_res;
return 0;
+}
+sub check_locate_aux_dir
+{
+ locate_aux_dir;
+ # The install-sh script is located in $(top_scrdir)/lib/
+ return 1 if ($am_config_aux_dir ne "$(top_srcdir)/lib/");
+ return 0;
}
exit (check_subst || check_flatten);