summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/petrify.script')
-rwxr-xr-xtests.branching/petrify.script7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests.branching/petrify.script b/tests.branching/petrify.script
index 0fb4a4c4..6b6581d3 100755
--- a/tests.branching/petrify.script
+++ b/tests.branching/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,13 +16,11 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-# Verify "morph petrify", and ensure it doesn't petrify chunks that have
-# already been edited.
-
+## Verify "morph petrify", and ensure it doesn't petrify chunks that have
+## already been edited.
set -eu
-
# Disable test on versions of Python before 2.7.
. "$SRCDIR/scripts/python-check"