From 1af93ea1ef575ceb21dab2ed01ba9f5b69305368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 30 Jun 2006 14:10:51 +0000 Subject: [PATCH] correct the directory for the gss test program git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17761 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/gss/check-gss.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/gss/check-gss.in b/tests/gss/check-gss.in index a1c4e8e80..4261a0d1a 100644 --- a/tests/gss/check-gss.in +++ b/tests/gss/check-gss.in @@ -1,8 +1,9 @@ #!/bin/sh objdir="@objdir@" +gssdir="${objdir}/../../lib/gssapi" -${objdir}/gss > /dev/null || exit 1 +${gssdir}/gss > /dev/null || exit 1 exit 0