From 549a391d6438e828001eeeaf235b080c054a7bf3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:14:41 +0200 Subject: Adding upstream version 2.2.4. Signed-off-by: Daniel Baumann --- test/integration/test-apt-helper-cat-file | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 test/integration/test-apt-helper-cat-file (limited to 'test/integration/test-apt-helper-cat-file') diff --git a/test/integration/test-apt-helper-cat-file b/test/integration/test-apt-helper-cat-file new file mode 100755 index 0000000..a53a6b4 --- /dev/null +++ b/test/integration/test-apt-helper-cat-file @@ -0,0 +1,46 @@ +#!/bin/sh +set -e + +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" +setupenvironment + +TESTTOOL="${BUILDDIRECTORY}/../test/interactive-helper/test_fileutl" +msgtest 'Check if we have build the test tool' "$TESTTOOL" +if [ -x "$TESTTOOL" ]; then + msgpass +else + msgskip 'not available' + exit 0 +fi + +cat >rootdir/etc/apt/apt.conf.d/rev-as-compressor <./test.txt <