~ubuntu-branches/debian/stretch/ecryptfs-utils/stretch

« back to all changes in this revision

Viewing changes to tests/kernel/lp-745836.sh

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2013-02-09 08:07:34 UTC
  • mfrom: (1.5.11)
  • Revision ID: package-import@ubuntu.com-20130209080734-ditsz4oni1589d2m
Tags: 103-1
* Merging upstream version 103.
* Updating years in copyright.
* Dropping dpkg-source compression levels.
* Dropping pre-wheezy conflicts/replaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
etl_add_keys || exit
38
38
etl_lmount || exit
39
39
etl_mount_i || exit
40
 
test_dir=$(etl_create_test_dir `basename $0`) || exit
 
40
test_dir=$(etl_create_test_dir) || exit
41
41
test_file="${test_dir}/foo"
42
42
 
43
43
touch $test_file || exit