aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-21 11:26:06 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-12-21 11:26:06 -0500
commit0beb4f8244505aad688dc9b7b711bfc251eafd0c (patch)
tree7d03c68fd39beb72f40810b8e4f9ee43e5143836 /tests
parentscripts/{migrate-pax,revdep-pax}: fix print in python2/3 (diff)
downloadelfix-0beb4f8244505aad688dc9b7b711bfc251eafd0c.tar.gz
elfix-0beb4f8244505aad688dc9b7b711bfc251eafd0c.tar.bz2
elfix-0beb4f8244505aad688dc9b7b711bfc251eafd0c.zip
Rename XT_PAX to XATTR_PAX everywhere
Diffstat (limited to 'tests')
-rwxr-xr-xtests/pxtpax/daemontest.sh6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
#
-# 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