summaryrefslogtreecommitdiff
path: root/test/pull
diff options
context:
space:
mode:
Diffstat (limited to 'test/pull')
-rw-r--r--test/pull4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pull b/test/pull
index c6a410a..9a04867 100644
--- a/test/pull
+++ b/test/pull
@@ -1,6 +1,6 @@
## vim:ft=zsh
if [[ $repo == $file ]] {
- echo "# pkg pull"
- pkg pull
+ echo "# ct pull"
+ ct pull
[[ -f $pkgdir/$repo/baz ]]
}