File: 02.use.t

package info (click to toggle)
puppet-module-puppetlabs-stdlib 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,448 kB
  • sloc: ruby: 3,522; sh: 46; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

test_description="functions"

. /usr/share/sharness/sharness.sh

fixtures=../fixtures

test_expect_success "functions" "
    puppet apply ${fixtures}/functions.pp
"

test_done