git p4 test: rename some "git-p4 command" strings
Use the actual command name; git-p4 is gone. Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
c88015a411
commit
a64f732eb9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
test_description='git-p4 rcs keywords'
|
test_description='git p4 rcs keywords'
|
||||||
|
|
||||||
. ./lib-git-p4.sh
|
. ./lib-git-p4.sh
|
||||||
|
|
||||||
@ -147,7 +147,7 @@ test_expect_success 'scrub ko files differently' '
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
||||||
# hack; git-p4 submit should do it on its own
|
# hack; git p4 submit should do it on its own
|
||||||
test_expect_success 'cleanup after failure' '
|
test_expect_success 'cleanup after failure' '
|
||||||
(
|
(
|
||||||
cd "$cli" &&
|
cd "$cli" &&
|
||||||
@ -193,7 +193,7 @@ test_expect_success 'do not scrub plain text' '
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
||||||
# hack; git-p4 submit should do it on its own
|
# hack; git p4 submit should do it on its own
|
||||||
test_expect_success 'cleanup after failure 2' '
|
test_expect_success 'cleanup after failure 2' '
|
||||||
(
|
(
|
||||||
cd "$cli" &&
|
cd "$cli" &&
|
||||||
|
Loading…
Reference in New Issue
Block a user