X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcli%2Ftest_trimmer;h=4b415b475a98f01187daea52d247bf6cac99212b;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hp=a4356ba4ca68e60db780490f5563dd43665f7fb6;hpb=f0a9b634c286d3ee1dbad5eaffddc183d1cbfd7e;p=babeltrace.git diff --git a/tests/cli/test_trimmer b/tests/cli/test_trimmer index a4356ba4..4b415b47 100755 --- a/tests/cli/test_trimmer +++ b/tests/cli/test_trimmer @@ -1,23 +1,13 @@ #!/bin/bash # -# Copyright (C) 2017 Julien Desfossez -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License, version 2 only, as -# published by the Free Software Foundation. +# SPDX-License-Identifier: GPL-2.0-only # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. +# Copyright (C) 2017 Julien Desfossez # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 51 -# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. SH_TAP=1 -if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then +if [ -n "${BT_TESTS_SRCDIR:-}" ]; then UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" else UTILSSH="$(dirname "$0")/../utils/utils.sh"