File: 01.install.t

package info (click to toggle)
puppet-module-puppetlabs-stdlib 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • ctags: 257
  • sloc: ruby: 14,290; sh: 425; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

test_description="functions"

. ./sharness.sh

test_expect_success "update-alternatives" "
  update-alternatives --list puppet-module-stdlib
"

test_done