File: 004_pkgtools_phppear_summary.sh

package info (click to toggle)
pkg-php-tools 1.44
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 516 kB
  • sloc: php: 1,739; perl: 444; sh: 402; xml: 184; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
. ./testsuite/common.sh

testpkg='testsuite/data/pearpkg1'

expect_equal "_pkgtools --sourcedirectory '${testpkg}' phppear summary" 'this is a wrapper package for installing dependencies for MyProject.'