Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5112b438
Commit
5112b438
authored
Dec 12, 2001
by
Niels Möller
Browse files
Use the -q --sloppy flags when invoking
lsh-make-seed. Rev: src/testsuite/seed-test:1.2
parent
bf8a9fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/seed-test
View file @
5112b438
...
...
@@ -12,9 +12,17 @@ fi
for
f
in
test-seed-1 test-seed-2
;
do
rm
-f
"
$f
"
../lsh-make-seed
-o
"
$f
"
&&
[
-s
"
$f
"
]
||
test_fail
../lsh-make-seed
--sloppy
-q
-o
"
$f
"
&&
[
-s
"
$f
"
]
||
test_fail
done
# Seeds should be different, so that cmp returns the exit code 1.
cmp test-seed-1 test-seed-2
||
[
$?
==
1
]
if
cmp test-seed-1 test-seed-2
;
then
test_fail
else
if
[
$?
==
1
]
;
then
test_success
else
test_fail
fi
fi
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