aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-06-27 17:32:22 +1200
committerDavid Phillips <david@sighup.nz>2017-06-27 17:32:22 +1200
commitfb57a61ce55f6dc2a08c0442466d765dcf1782a2 (patch)
tree3cd461cd27512dd46b01758416b24170a8e8d450
parent8f42f3363da702a1e1c6d9094ae9cfad2f08676f (diff)
downloadsand-leek-fb57a61ce55f6dc2a08c0442466d765dcf1782a2.tar.xz
Correct equality check in test.sh
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 083626d..2b24176 100755
--- a/test.sh
+++ b/test.sh
@@ -23,7 +23,7 @@ real="$( \
echo "Key analysis shows it's for ${real}"
-if [ "$found" == "$real" ] ; then
+if [ "$found" = "$real" ] ; then
echo "It's a match, I'm happy"
rm $key
rm $stderr