summaryrefslogtreecommitdiff
path: root/libpamc/test
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-05-08 05:02:50 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-05-08 05:02:50 +0000
commit1ffe510887d0e16782849bf364087fad844ff744 (patch)
treed7551546c128d355187f4885276a013605da2caa /libpamc/test
parent7626d42b8d9ae4ea90f731e79ce8a9acce1ca8c2 (diff)
Relevant BUGIDs: 416229
Purpose of commit: cleanup Commit summary: --------------- A little closer to supporting AIX. These changes are not all of the suggested changes in the bug report that I will close as a result of this checkin, but they are all the changes that I feel happy making right now. I've avoided some of the more gratutitous changes, hoping that the submitter will reevaluate what they need in the light of what I have committed here.
Diffstat (limited to 'libpamc/test')
-rwxr-xr-xlibpamc/test/regress/run_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpamc/test/regress/run_test.sh b/libpamc/test/regress/run_test.sh
index a1bf010b..6922f03d 100755
--- a/libpamc/test/regress/run_test.sh
+++ b/libpamc/test/regress/run_test.sh
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
-export LD_LIBRARY_PATH=../..
-export PAMC_AGENT_PATH="../agents"
+LD_LIBRARY_PATH=../.. ; export LD_LIBRARY_PATH
+PAMC_AGENT_PATH="../agents" ; export PAMC_AGENT_PATH
./test.libpamc