File: smoke-test

package info (click to toggle)
yapet 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,920 kB
  • sloc: cpp: 32,397; sh: 5,032; makefile: 880; ansic: 36; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

# ----------------------------------------------------------------------
echo TESTING: yapet -h
yapet -h

# ----------------------------------------------------------------------
echo TESTING: yapet -V
yapet -V | ( ! grep -vE '^YAPET [0-9a-z.+-:~]+$' )