From 64e2c7b7995db513619d9c9c07671f4ce6f034f3 Mon Sep 17 00:00:00 2001 From: Niklas Mohrin <47574893+niklasmohrin@users.noreply.github.com> Date: Tue, 11 Aug 2020 21:04:48 +0200 Subject: [PATCH] Update outdated expected output for the markdown test (#128) Fixes #126. --- tests/tar-markdown.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tar-markdown.expected b/tests/tar-markdown.expected index c28df43..9523d6a 100644 --- a/tests/tar-markdown.expected +++ b/tests/tar-markdown.expected @@ -20,9 +20,9 @@ `tar xf {{source.tar[.gz|.bz2|.xz]}}` -- Extract an archive into a target directory: +- Extract a (compressed) archive into the target directory: -`tar xf {{source.tar}} -C {{directory}}` +`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}` - Create a compressed archive, using archive suffix to determine the compression program: