summaryrefslogtreecommitdiffstats
path: root/util/t/uriparse/parse-retard-uri
diff options
context:
space:
mode:
Diffstat (limited to 'util/t/uriparse/parse-retard-uri')
-rwxr-xr-xutil/t/uriparse/parse-retard-uri8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/t/uriparse/parse-retard-uri b/util/t/uriparse/parse-retard-uri
index 0c149148..76feac41 100755
--- a/util/t/uriparse/parse-retard-uri
+++ b/util/t/uriparse/parse-retard-uri
@@ -5,9 +5,9 @@ trap "/bin/rm -f $tempfile" EXIT INT
uriparse "http://'lolwut:\"khan@domain.tld/'''" > $tempfile
. $tempfile
-[ "$HOSTN" == "domain.tld" ] && \
- [ "$USERNAME" == "'lolwut" ] && \
- [ "$PASSWORD" == '"khan' ] && \
- [ "$URIPATH" == "/'''" ]
+[ "$HOSTN" = "domain.tld" ] && \
+ [ "$USERNAME" = "'lolwut" ] && \
+ [ "$PASSWORD" = '"khan' ] && \
+ [ "$URIPATH" = "/'''" ]