File: smoke-test

package info (click to toggle)
shelldap 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: perl: 4,626; makefile: 16; sh: 3
file content (7 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh

set -eu

# ----------------------------------------------------------------------
echo TESTING: shelldap --version
TERM=xterm shelldap --version | ( ! grep -vE '^shelldap [0-9a-z.+-:~]+$' )