source: pcp/tests/pcp.in@ a7b3b8

Last change on this file since a7b3b8 was 1ddebb, checked in by Frederik Heber <heber@…>, 17 years ago

forgot to commit the actual autotest files listed during last commit, that make "make check" work.

  • Property mode set to 100644
File size: 118 bytes
Line 
1#!/bin/sh
2#
3# wrapper for testing pcp
4
5. atconfig
6
7"${abs_top_builddir}/src/pcp" \
8 ${1+"$@"}
9status=$?
10
11exit $status
Note: See TracBrowser for help on using the repository browser.