X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_packet_seq_num;h=341a9c26eaa3a2e1af9cd0e1dab329ee0f058562;hb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;hp=71ec8684098c002ec7fa041c0ab3d1ccd2d03dd9;hpb=644e036445497ef69ccf946f0700da20a5bae84f;p=babeltrace.git diff --git a/tests/cli/test_packet_seq_num b/tests/cli/test_packet_seq_num index 71ec8684..341a9c26 100755 --- a/tests/cli/test_packet_seq_num +++ b/tests/cli/test_packet_seq_num @@ -1,23 +1,13 @@ #!/bin/bash # -# Copyright (C) 2015 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) 2015 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"