From 0beb4f8244505aad688dc9b7b711bfc251eafd0c Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 21 Dec 2012 11:26:06 -0500 Subject: Rename XT_PAX to XATTR_PAX everywhere --- tests/pxtpax/daemontest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/pxtpax') diff --git a/tests/pxtpax/daemontest.sh b/tests/pxtpax/daemontest.sh index afc52cf..7e19038 100755 --- a/tests/pxtpax/daemontest.sh +++ b/tests/pxtpax/daemontest.sh @@ -17,7 +17,7 @@ # along with this program. If not, see . # -# dotest = 0 -> do only XT_PAX or PT_PAX test +# dotest = 0 -> do only XATTR_PAX or PT_PAX test # dotest = 1 -> do both dotest=${1-0} verbose=${2-0} @@ -80,8 +80,8 @@ for pf in "p" "P" "-"; do else ptsflags=$(echo ${sflags} | awk '{print $3}') xtsflags=$(echo ${sflags} | awk '{print $5}') - echo "PT_PAX :" ${ptsflags} - echo "XT_PAX :" ${xtsflags} + echo "PT_PAX :" ${ptsflags} + echo "XATTR_PAX :" ${xtsflags} fi fi -- cgit v1.2.3-65-gdbad