File: test-basic.sh

package info (click to toggle)
msmtp 1.8.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,812 kB
  • sloc: ansic: 14,526; sh: 6,540; makefile: 154; lisp: 53; sed: 39
file content (7 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -e

# Check if we can execute msmtp at all
../src/msmtp --version > /dev/null
../src/msmtp --help    > /dev/null