mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
typo in tar test
This commit is contained in:
parent
8efe442717
commit
76647b33b1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ execute: |
|
||||||
echo "test" > file.txt
|
echo "test" > file.txt
|
||||||
tar -czf archive.tar file.txt
|
tar -czf archive.tar file.txt
|
||||||
rm file.txt
|
rm file.txt
|
||||||
# extract archive, assert contets are correct
|
# extract archive, assert content is correct
|
||||||
tar -xzf archive.tar
|
tar -xzf archive.tar
|
||||||
test "$(cat file.txt)" = "test"
|
test "$(cat file.txt)" = "test"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue