diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-15 13:54:15 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-15 13:54:15 -0500 |
commit | 37accaf3343a10e83b04bb36d56ae1dc1f3a182f (patch) | |
tree | 7411e12c80564d011da37f105cb0b2160922cbe1 /tests | |
parent | tests/paxmodule: fix EXTRA_DIST for make distcheck (diff) | |
download | elfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.tar.gz elfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.tar.bz2 elfix-37accaf3343a10e83b04bb36d56ae1dc1f3a182f.zip |
tests/revdeppaxtest: improve test flags
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/revdeppaxtest/revdeptest.sh | 4 |
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}) |