Note about proxy authentication and SOCKS.
[rsync.git] / runtests.sh
index 621212102ae794a804f7450c9d292d3760c05d8a..9a9b07d6fc42823ea6f06c896a8d925d71aafda1 100755 (executable)
@@ -209,6 +209,13 @@ do
        skipped=`expr $skipped + 1`
        discard_scratch
        ;;
+    78)
+        # It failed, but we expected that.  don't dump out error logs, 
+       # because most users won't want to see them.  But do leave
+       # the working directory around.
+       echo "XFAIL   $testbase"
+       failed=`expr $failed + 1`
+       ;;
     *)
        echo "FAIL    $testbase"
        echo "----- $testbase failed: log follows"