summaryrefslogtreecommitdiff
path: root/tests.branching/petrify-no-double-petrify.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/petrify-no-double-petrify.script')
-rwxr-xr-xtests.branching/petrify-no-double-petrify.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.branching/petrify-no-double-petrify.script b/tests.branching/petrify-no-double-petrify.script
index 1b5289c4..25c977b6 100755
--- a/tests.branching/petrify-no-double-petrify.script
+++ b/tests.branching/petrify-no-double-petrify.script
@@ -1,4 +1,5 @@
#!/bin/sh
+#
# Copyright (C) 2012 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
@@ -15,12 +16,11 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-# It should be impossible to lose the original refs, or we risk making
-# unpetrify impossible.
+## It should be impossible to lose the original refs, or we risk making
+## unpetrify impossible.
set -eu
-
# Disable test on versions of Python before 2.7.
. "$SRCDIR/scripts/python-check"