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 ...@@ -44,6 +44,9 @@ rm_mkdir tmp_dir
[ -e tmp_dir/afile ] && ingest "tmp_dir/afile should have been deleted" [ -e tmp_dir/afile ] && ingest "tmp_dir/afile should have been deleted"
rmdir tmp_dir 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 # Test suppress command
function bad_cmd { function bad_cmd {
echo bad 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