~ecryptfs/ecryptfs/oldtrunk2

« back to all changes in this revision

Viewing changes to tests/kernel/read-dir.sh

  • Committer: Tyler Hicks
  • Author(s): Colin King
  • Date: 2012-03-26 17:58:39 UTC
  • mfrom: (660.1.4 new-tests)
  • Revision ID: tyhicks@canonical.com-20120326175839-id5aat1lhrd9rl33
fix kernel test read-dir.sh which was calling mmap_dir/test

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
etl_mount_i || exit
43
43
test_dir=$(etl_create_test_dir `basename $0`) || exit
44
44
 
45
 
${test_script_dir}/mmap-dir/test ${test_dir}
 
45
${test_script_dir}/read-dir/test ${test_dir}
46
46
 
47
47
rc=$?
48
48
exit