~mmach/netext73/lz4

« back to all changes in this revision

Viewing changes to tests/test_custom_block_sizes.sh

  • Committer: mmach
  • Date: 2022-11-09 18:52:10 UTC
  • Revision ID: netbit73@gmail.com-20221109185210-w358idlhh0phq688
1.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#/usr/bin/env sh
 
1
#!/usr/bin/env sh
2
2
set -e
3
3
 
4
4
LZ4=../lz4
62
62
done
63
63
 
64
64
rm $TMPFILE.lz4 $TMPFILE1 $TMPFILE1.lz4 $TMPFILE2 $TMPFILE2.lz4
65
 
if [ "$failures" == "" ]
 
65
if [ "$failures" = "" ]
66
66
then
67
67
  echo ---- All tests passed
68
68
  exit 0