summaryrefslogtreecommitdiff
path: root/test/TEST-04-JOURNAL/test.sh
blob: 507dace51492e1a464ca7cf0c1dc35c76a142182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="Journal-related tests"

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

test_append_files() {
    local workspace="${1:?}"

    mkdir -p "$workspace/test-journals/"
    cp -av "${TEST_BASE_DIR:?}/test-journals/"* "$workspace/test-journals/"

    inst_binary unzstd
}

do_test "$@"