diff options
Diffstat (limited to 'test/pull')
-rw-r--r-- | test/pull | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pull b/test/pull new file mode 100644 index 0000000..c6a410a --- /dev/null +++ b/test/pull @@ -0,0 +1,6 @@ +## vim:ft=zsh +if [[ $repo == $file ]] { + echo "# pkg pull" + pkg pull + [[ -f $pkgdir/$repo/baz ]] +} |