File: runmirrors.bats

package info (click to toggle)
archvsync 20180513
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: sh: 883; makefile: 80
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bats

setup() {
  echo "" > ~/key
}

@test "run runmirrors" {
  run bin/runmirrors
  [[ $status -eq 0 ]]
  [[ -f log/runmirrors.log ]]
}