diff options
Diffstat (limited to 'util/t/uriparse/parse-retard-uri')
-rwxr-xr-x | util/t/uriparse/parse-retard-uri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/t/uriparse/parse-retard-uri b/util/t/uriparse/parse-retard-uri index 14aab28e..0c149148 100755 --- a/util/t/uriparse/parse-retard-uri +++ b/util/t/uriparse/parse-retard-uri @@ -5,7 +5,7 @@ trap "/bin/rm -f $tempfile" EXIT INT uriparse "http://'lolwut:\"khan@domain.tld/'''" > $tempfile . $tempfile -[ $HOSTN == "domain.tld" ] && \ +[ "$HOSTN" == "domain.tld" ] && \ [ "$USERNAME" == "'lolwut" ] && \ [ "$PASSWORD" == '"khan' ] && \ [ "$URIPATH" == "/'''" ] |