From a701d4e877115c296c3bd9311b63e1c03d4a29d2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 16 Aug 2014 08:16:10 -0400 Subject: tests/parse_control.sh: Use ${srcdir} in . command This allows the test to run when the build directory is different from the source directory. --- (limited to 'tests') diff --git a/tests/parse_control.sh b/tests/parse_control.sh index a53095d..e86e051 100755 --- a/tests/parse_control.sh +++ b/tests/parse_control.sh @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -. tests/common.sh +. "${srcdir}/tests/common.sh" use output use control -- cgit v0.9.1