summaryrefslogtreecommitdiff
path: root/t/distcom2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/distcom2.sh')
-rwxr-xr-xt/distcom2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/distcom2.sh b/t/distcom2.sh
index 27b7dc9a3..1fba523d1 100755
--- a/t/distcom2.sh
+++ b/t/distcom2.sh
@@ -18,7 +18,7 @@
# Report from Pavel Roskin. Report of problems with '--no-force' from
# Scott James Remnant (Debian #206299)
-. ./defs || exit 1
+. test-init.sh
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -52,7 +52,7 @@ for opt in '' --no-force; do
for dir in . subdir; do
# FIXME: the logic of this check and other similar ones in other
# FIXME: 'distcom*.sh' files should be factored out in a common
- # FIXME: subroutine in 'defs'...
+ # FIXME: subroutine in 'am-test-lib.sh'...
sed -n -e "
/^DIST_COMMON =.*\\\\$/ {
:loop