From 851b6a097165af4d51c0db01b5e05256e5006896 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:00:48 +0200 Subject: Adding upstream version 2.6.1. 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..064760c --- /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="${APTTESTHELPERSBINDIR}/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 <