Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
5ff77918
Commit
5ff77918
authored
Jan 05, 2021
by
Andrew Murray
Browse files
Added test to unpack .tar.xz
parent
06378e77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/test_common_utils.sh
tests/test_common_utils.sh
+3
-0
No files found.
tests/test_common_utils.sh
View file @
5ff77918
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment