"wrappers/vscode:/vscode.git/clone" did not exist on "51a112a336db6cc0aea1c32b90d9d0a1f262cbfd"
Commit 5ff77918 authored by Andrew Murray's avatar Andrew Murray
Browse files

Added test to unpack .tar.xz

parent 06378e77
......@@ -44,6 +44,9 @@ rm_mkdir tmp_dir
[ -e tmp_dir/afile ] && ingest "tmp_dir/afile should have been deleted"
rmdir tmp_dir
fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/2.7.4/harfbuzz-2.7.4.tar.xz
[ -d harfbuzz-2.7.4 ] || ingest ".tar.xz should have been unpacked"
# Test suppress command
function bad_cmd {
echo bad
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment