tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / unit / ini_config / test_ini_config
1 #!/bin/sh
2 #
3 # Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0-only
6 #
7
8 CURDIR=$(dirname $0)/
9 ROOTDIR=$CURDIR/../..
10
11 $CURDIR/ini_config $CURDIR/sample.ini
This page took 0.030587 seconds and 5 git commands to generate.