aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqpdf/qtest/qpdf/diff-encrypted2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qtest/qpdf/diff-encrypted b/qpdf/qtest/qpdf/diff-encrypted
index 64c0b2a8..a68822ec 100755
--- a/qpdf/qtest/qpdf/diff-encrypted
+++ b/qpdf/qtest/qpdf/diff-encrypted
@@ -1,6 +1,6 @@
#!/bin/sh
lines=$(expr + $(diff $1 $2 | egrep '^[<>]' | egrep -v 'Date' | wc -l))
-if [ "$lines" == "0" ]; then
+if [ "$lines" = "0" ]; then
echo okay
else
diff -a -U 0 $1 $2