Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
5112b438
Commit
5112b438
authored
Dec 12, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
src/testsuite/seed-test
src/testsuite/seed-test
+10
-2
No files found.
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