summaryrefslogtreecommitdiff
path: root/test/push
diff options
context:
space:
mode:
Diffstat (limited to 'test/push')
-rw-r--r--test/push2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/push b/test/push
index 8463e61..d4f1894 100644
--- a/test/push
+++ b/test/push
@@ -3,7 +3,7 @@ somefile=$RANDOM
touch $somefile
git add $somefile
git commit --quiet -m $somefile
-pkg push
+ct push
if [[ $repo == *-bare ]] {
[[ $(git --git-dir=$test_proot/$repo log --pretty=oneline | head -1) == *$somefile ]]
} else {