aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/paxmodule/paxmodtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/paxmodule/paxmodtest.sh b/tests/paxmodule/paxmodtest.sh
index 98ba340..9398f29 100755
--- a/tests/paxmodule/paxmodtest.sh
+++ b/tests/paxmodule/paxmodtest.sh
@@ -105,7 +105,7 @@ for pf in "p" "P" "-"; do
${PYPAXCTL} -s "${flags}" ${TESTFILE} >/dev/null 2>&1
sflags=$(${PAXCTLNG} -v ${TESTFILE})
- sflags=$(echo ${sflags} | awk '{print $3}')
+ sflags=$(echo ${sflags} | awk '{print $4}')
if [ "${verbose}" != 0 ] ;then
echo "GOT :" ${sflags}