summaryrefslogtreecommitdiff
path: root/t/relativize.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/relativize.tap')
-rw-r--r--t/relativize.tap8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/relativize.tap b/t/relativize.tap
index 7c8d26ceb..9de81e7d7 100644
--- a/t/relativize.tap
+++ b/t/relativize.tap
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Test Automake-provided internal make macro $(am__relativize).
+# Test Automake-provided internal make macro $(am.dist.relativize-path).
am_create_testdir=empty
. test-init.sh
@@ -41,7 +41,7 @@ SUBDIRS = .
.PHONY: test
test:
- @$(am__relativize); echo "result: '$$reldir'"; set -x; \
+ @$(am.dist.relativize-path); echo "result: '$$reldir'"; set -x; \
case $${reldir:-.} in "$$exp"|"$$exp/.") ;; *) exit 1;; esac
END
@@ -55,8 +55,8 @@ rel_ ()
env dir1=$1 dir2=$2 exp=$4 $MAKE test
}
-# am__relativize
-# ~~~~~~~~~~~~~~
+# am.dist.relativize-path
+# ~~~~~~~~~~~~~~~~~~~~~~~
# Computes a relative pathname RELDIR such that DIR1/RELDIR = DIR2.
# Input:
# - DIR1 relative pathname, relative to the current directory