summaryrefslogtreecommitdiff
path: root/t/internals.tap
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-21 13:51:47 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-21 13:56:24 +0200
commited5e55e5e3146c46d5961f549b145d050eb5072f (patch)
tree4c1a168e02be36ba7818f79e29fec6cc6112ace0 /t/internals.tap
parent55a022c54ed230bdd4798fc0250647d87ff43b57 (diff)
downloadautomake-ed5e55e5e3146c46d5961f549b145d050eb5072f.tar.gz
[ng] rename: am__strip_firstword -> am.util.strip-first-word
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/internals.tap')
-rwxr-xr-xt/internals.tap18
1 files changed, 9 insertions, 9 deletions
diff --git a/t/internals.tap b/t/internals.tap
index 1012be6a6..05e85bc6d 100755
--- a/t/internals.tap
+++ b/t/internals.tap
@@ -45,14 +45,14 @@ default:
@echo Please select an explicit test; exit 1
.PHONY: default
-.PHONY: test-strip-firstword
-test-strip-firstword:
- test '$(call am__strip_firstword,)' = ''
- test '$(call am__strip_firstword,1)' = ''
- test '$(call am__strip_firstword,1 1)' = '1'
- test '$(call am__strip_firstword,1 2)' = '2'
- test '$(call am__strip_firstword,1 2 3 4 5 6 7 8)' = '2 3 4 5 6 7 8'
- test '$(call am__strip_firstword, 1 2 )' = '2'
+.PHONY: test-strip-first-word
+test-strip-first-word:
+ test '$(call am.util.strip-first-word,)' = ''
+ test '$(call am.util.strip-first-word,1)' = ''
+ test '$(call am.util.strip-first-word,1 1)' = '1'
+ test '$(call am.util.strip-first-word,1 2)' = '2'
+ test '$(call am.util.strip-first-word,1 2 3 4 5 6 7 8)' = '2 3 4 5 6 7 8'
+ test '$(call am.util.strip-first-word, 1 2 )' = '2'
.PHONY: test-strip-lastword
test-strip-lastword:
@@ -185,7 +185,7 @@ test-newline-3:
test -f n3
END
-command_ok_ am__strip_firstword $MAKE test-strip-firstword
+command_ok_ am.util.strip-first-word $MAKE test-strip-first-word
command_ok_ am__strip_lastword $MAKE test-strip-lastword
command_ok_ am__uniq $MAKE test-uniq
command_ok_ am__test_strip_suffixes $MAKE test-strip-suffixes