diff --git a/tests/end2end/data/userscripts/stdinclose.py b/tests/end2end/data/userscripts/stdinclose.py index d1397d18c..9b2ade1c0 100755 --- a/tests/end2end/data/userscripts/stdinclose.py +++ b/tests/end2end/data/userscripts/stdinclose.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: -# Copyright 2015-2017 Florian Bruhin (The Compiler) +# Copyright 2017 Florian Bruhin (The Compiler) # # This file is part of qutebrowser. # @@ -18,6 +18,8 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . +"""A userscript to check if the stdin gets closed""" + import sys import os sys.stdin.read()