From 991591bebcc7a4553790dc57a009a13d69f38eed Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 3 Sep 2013 01:25:00 +0200 Subject: uriparse-test is now posix compliant --- util/t/uriparse/parse-retard-uri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/t/uriparse/parse-retard-uri') 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" = "/'''" ] -- cgit v1.2.3