Skip to content

Commit

Permalink
git p4 test: rename some "git-p4 command" strings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Jun 28, 2012
1 parent c88015a commit a64f732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/t9810-git-p4-rcs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

test_description='git-p4 rcs keywords'
test_description='git p4 rcs keywords'

. ./lib-git-p4.sh

Expand Down Expand Up @@ -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' '
(
cd "$cli" &&
Expand Down Expand Up @@ -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' '
(
cd "$cli" &&
Expand Down

0 comments on commit a64f732

Please sign in to comment.