Adding upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
86acbfc29e
commit
2e3cdb015d
874 changed files with 1460 additions and 897 deletions
11
test/sysfs/setup.sh
Executable file
11
test/sysfs/setup.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
TARFILE=$1
|
||||
BASEDIR=$2
|
||||
TESTDIR="$BASEDIR/$(basename -s .tar.xz ${TARFILE})"
|
||||
|
||||
mkdir -p "${TESTDIR}"
|
||||
tar -x -f "${TARFILE}" -C "${TESTDIR}" || exit 1
|
||||
|
||||
echo "${TESTDIR}"
|
Loading…
Add table
Add a link
Reference in a new issue