summaryrefslogtreecommitdiff
path: root/test/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-common.sh')
-rwxr-xr-xtest/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common.sh b/test/test-common.sh
index c0e8634..da19490 100755
--- a/test/test-common.sh
+++ b/test/test-common.sh
@@ -115,5 +115,5 @@ not() (
equals() {
local stdin
IFS= read -rd '' stdin || :
- [[ $1 == $stdin ]]
+ [[ $1 == "$stdin" ]]
}