Skip to content

Commit

Permalink
Replace goo.gl style link (openzfs#16373)
Browse files Browse the repository at this point in the history
That URL shortening scheme should stop working soon [1], while we
don't really need it here.

1. https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/

Signed-off-by: Alexander Motin <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Rob Norris <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
  • Loading branch information
amotin committed Jul 25, 2024
1 parent 55427ad commit 2fc6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-runner/bin/test-runner.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 111,7 @@ class Result(object):
class Output(object):
"""
This class is a slightly modified version of the 'Stream' class found
here: http://goo.gl/aSGfv
here: https://stackoverflow.com/q/4984549/
"""
def __init__(self, stream, debug=False):
self.stream = stream
Expand Down

0 comments on commit 2fc6461

Please sign in to comment.