summaryrefslogtreecommitdiff
path: root/test/pull
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-11 01:17:18 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-11 01:21:48 +0200
commit324568044af4287dd25a90dc143ea26df565d1e3 (patch)
tree0bcf9ff698d825c50a72d85c02560d88782e1915 /test/pull
parent389bd0bcb530fee9c92ed9c419d82303a322274d (diff)
Renamed pkg to caretaker
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 ]]
}