Bump to ecryptfs-utils 111
[platform/upstream/ecryptfs-utils.git] / tests / new.sh
1 #!/bin/bash
2 #
3 # FILENAME: Test for BUG_URL|LIST_URL|DESCRIPTION
4 # Author: FIRST LAST <USER@DOMAIN>
5 #
6 # Copyright (C) 2012 COPYRIGHT_HOLDER
7 #
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 version 2
11 # of the License.
12 #
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.
17 #
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
21
22 test_script_dir=$(dirname $0)
23 rc=1
24
25 . ${test_script_dir}/../lib/etl_funcs.sh
26
27 test_cleanup()
28 {
29         exit $rc
30 }
31 trap test_cleanup 0 1 2 3 15
32
33 # TEST
34
35 rc=$?
36 exit