blob: 1792a984a93b478b035e8f7c1a21ac45f1f4d129 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# Very simple test to run adequate on all zsh packages. To be used with
# Debian's autopkgtest package. Author: Axel Beckert <abe@debian.org>
adequate `awk '$1 == "Package:" {print $2}' < debian/control` >&2
|