summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/petrify.script')
-rwxr-xr-xtests.branching/petrify.script6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests.branching/petrify.script b/tests.branching/petrify.script
index a74ae6ba..0fb4a4c4 100755
--- a/tests.branching/petrify.script
+++ b/tests.branching/petrify.script
@@ -23,11 +23,7 @@ set -eu
# Disable test on versions of Python before 2.7.
-if ! python --version 2>&1 | grep '^Python 2\.[78]' > /dev/null
-then
- cat "$SRCDIR/tests.branching/petrify.stdout"
- exit 0
-fi
+. "$SRCDIR/scripts/python-check"
. "$SRCDIR/tests.branching/setup-second-chunk"