]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9902-completion.sh
Merge branch 'js/pu-to-seen'
[thirdparty/git.git] / t / t9902-completion.sh
index 8f434a0931e5b8146f57aaf8362badade9117820..8425b9a531a6809bdb6dcdd272f589b31f713de6 100755 (executable)
@@ -494,7 +494,7 @@ test_expect_success '__gitcomp - prefix' '
 '
 
 test_expect_success '__gitcomp - suffix' '
-       test_gitcomp "branch.me" "master maint next pu" "branch." \
+       test_gitcomp "branch.me" "master maint next seen" "branch." \
                "ma" "." <<-\EOF
        branch.master.Z
        branch.maint.Z
@@ -545,7 +545,7 @@ read -r -d "" refs <<-\EOF
 maint
 master
 next
-pu
+seen
 EOF
 
 test_expect_success '__gitcomp_nl - trailing space' '