Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
56057992
Commit
56057992
authored
Nov 17, 2016
by
Mathis Rosenhauer
Browse files
Use only POSIX options for cmp
parent
26761b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/sampledata.sh
View file @
56057992
...
...
@@ -15,7 +15,7 @@ filesize () {
decode
()
{
$AEC
-d
$3
$1
test.dat
cmp
-n
$(
filesize
$2
)
$2
test.dat
dd
if
=
test.dat
bs
=
1
count
=
$(
filesize
$2
)
| cmp
$2
-
}
code
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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