~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to tests/kernel/xattr.sh

  • Committer: Colin King
  • Date: 2013-11-22 17:14:36 UTC
  • Revision ID: colin.king@canonical.com-20131122171436-fu076wx2vy9owiel
* doc/ecryptfs-pkcs11-helper-doc.txt
  - fix spelling mistake, aquired  ==> acquired

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
test_script_dir=$(dirname $0)
24
24
rc=1
25
25
test_dir=0
26
 
xattr_opt=""
27
26
 
28
27
. ${test_script_dir}/../lib/etl_funcs.sh
29
28
 
46
45
 
47
46
echo "testing 1 2 3" > $test_file
48
47
 
49
 
if etl_is_mount_opt_set "ecryptfs_xattr_metadata" ; then
50
 
        xattr_opt="-x"
51
 
fi
52
 
 
53
 
${test_script_dir}/xattr/test $xattr_opt $test_file || exit
 
48
${test_script_dir}/xattr/test $test_file || exit
54
49
rc=$?
55
50
 
56
51
rm -f $test_file1