aboutsummaryrefslogtreecommitdiff
path: root/tests/test_custom_block_sizes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_custom_block_sizes.sh')
-rwxr-xr-xtests/test_custom_block_sizes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_custom_block_sizes.sh b/tests/test_custom_block_sizes.sh
index aba6733a..2f6591f8 100755
--- a/tests/test_custom_block_sizes.sh
+++ b/tests/test_custom_block_sizes.sh
@@ -1,4 +1,4 @@
-#/usr/bin/env sh
+#!/usr/bin/env sh
set -e
LZ4=../lz4
@@ -62,7 +62,7 @@ do
done
rm $TMPFILE.lz4 $TMPFILE1 $TMPFILE1.lz4 $TMPFILE2 $TMPFILE2.lz4
-if [ "$failures" == "" ]
+if [ "$failures" = "" ]
then
echo ---- All tests passed
exit 0