aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-15 13:54:15 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-12-15 13:54:15 -0500
commit37accaf3343a10e83b04bb36d56ae1dc1f3a182f (patch)
tree7411e12c80564d011da37f105cb0b2160922cbe1 /tests
parenttests/paxmodule: fix EXTRA_DIST for make distcheck (diff)
downloadelfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.tar.gz
elfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.tar.bz2
elfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.zip
tests/revdeppaxtest: improve test flags
Diffstat (limited to 'tests')
-rwxr-xr-xtests/revdeppaxtest/revdeptest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/revdeppaxtest/revdeptest.sh b/tests/revdeppaxtest/revdeptest.sh
index ca24d4f..2b36075 100755
--- a/tests/revdeppaxtest/revdeptest.sh
+++ b/tests/revdeppaxtest/revdeptest.sh
@@ -55,9 +55,9 @@ do
for j in "R" "r" "Rr"
do
$PAXCTLNG -z "${LIBSPATH}/${BINARY}"
- $PAXCTLNG -$i "${LIBSPATH}/${BINARY}"
+ $PAXCTLNG -e$i "${LIBSPATH}/${BINARY}"
$PAXCTLNG -z "${LIBSPATH}/${LIBRARY}"
- $PAXCTLNG -Pm$j "${LIBSPATH}/${LIBRARY}"
+ $PAXCTLNG -m$j "${LIBSPATH}/${LIBRARY}"
echo " BEFORE: "
p=$($PAXCTLNG -v ${LIBSPATH}/${BINARY})