3
# lp-885744.sh: Test for https://launchpad.net/bugs/885744
4
# Author: Tyler Hicks <tyhicks@canonical.com>
6
# Copyright (C) 2012 Canonical, Ltd.
8
# This program is free software; you can redistribute it and/or
9
# modify it under the terms of the GNU General Public License
10
# as published by the Free Software Foundation; either version 2
11
# of the License, or (at your option) any later version.
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
18
# You should have received a copy of the GNU General Public License
19
# along with this program; if not, write to the Free Software
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22
test_script_dir=$(dirname $0)
26
. ${test_script_dir}/../lib/etl_funcs.sh
30
etl_remove_test_dir $test_dir
36
trap test_cleanup 0 1 2 3 15
38
# This test is mainly for the filename encryption case, but it is also valid for
39
# plaintext filename support
43
test_dir=$(etl_create_test_dir `basename $0`) || exit
45
name_max=$(getconf NAME_MAX "$test_dir" 2>/dev/null)
46
name=$(printf "%*s" $name_max '' | tr ' ' 'a')
47
touch ${test_dir}/${name} &>/dev/null