]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/run_negotiate_test.sh
Source Format Enforcement (#1234)
[thirdparty/squid.git] / test-suite / run_negotiate_test.sh
index 8e846bea2e0a4aac0b6fc9a07471ad59c780c603..0f309922e674123d44f7f3762691242042a950fa 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/sh
+#
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 url=$1
 proxy=${2:-localhost}
 port=${3:-3128}
@@ -8,10 +16,11 @@ if [ $# -lt 1 ]; then
     exit 1
 fi
 
-echo "blob             # partial message"
-echo "USER=...         # Success"
-echo "BAD..            # Login failure"
-echo "ERR..            # Failure"
+echo   "blob           # partial message"
+echo   "SLEEP=..       # Delay. Can be combined with the others by using ;"
+echo   "USER=...       # Success"
+echo   "BAD..          # Helper failure"
+echo   "ERR..          # Login Failure"
 
 while read auth; do
        echo "GET $url HTTP/1.0"