summaryrefslogtreecommitdiff
path: root/tests/dist-auxdir-many-subdirs.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dist-auxdir-many-subdirs.test')
-rwxr-xr-xtests/dist-auxdir-many-subdirs.test10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/dist-auxdir-many-subdirs.test b/tests/dist-auxdir-many-subdirs.test
index 2fd9ff11b..6078f04eb 100755
--- a/tests/dist-auxdir-many-subdirs.test
+++ b/tests/dist-auxdir-many-subdirs.test
@@ -89,9 +89,8 @@ END
$ACLOCAL
$AUTOCONF
- # FIXME: this is not good for installcheck; fix after merging
- # into testsuite-work.
- "$top_testsrcdir"/lib/install-sh -d $auxdir
+ "$am_scriptdir"/install-sh -d $auxdir \
+ || fatal_ "creating directory \`$auxdir' with install-sh"
if test $add_missing = yes; then
$AUTOMAKE -a --copy
for f in $required_files; do
@@ -103,9 +102,8 @@ END
done
else
for f in $required_files; do
- # FIXME: this is not good for installcheck; fix after merging
- # into testsuite-work.
- cp "$top_testsrcdir"/lib/$f $auxdir/$f
+ cp "$am_scriptdir"/$f $auxdir/$f \
+ || fatal_ "faild to fetch auxiliary script \`$f'"
# See comments above.
chmod a-w $auxdir/$f
done