File: sleep2.bats

package info (click to toggle)
bats 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: sh: 4,351; makefile: 33; python: 28; xml: 3
file content (3 lines) | stat: -rw-r--r-- 50 bytes parent folder | download | duplicates (3)
1
2
3
@test "my sleep ${SLEEP}" {
  sleep "${SLEEP?}"
}