summaryrefslogtreecommitdiff
path: root/tests.branching/petrify-no-double-petrify.script
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-24 12:40:27 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-24 12:40:27 +0100
commita2d72d0310b5517262d6b8e86ce9f49aaad790a9 (patch)
treef4f2e7aaab18d332c603318addb7d9afaca759da /tests.branching/petrify-no-double-petrify.script
parent2bfa43ce860599b024d98d53e388b5956cb90b32 (diff)
downloadmorph-a2d72d0310b5517262d6b8e86ce9f49aaad790a9.tar.gz
Disable tests on Debian Squeeze that require Python 2.7
Our non-destructive morphology editing requires at least Python 2.7, which is not available on Squeeze.
Diffstat (limited to 'tests.branching/petrify-no-double-petrify.script')
-rwxr-xr-xtests.branching/petrify-no-double-petrify.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.branching/petrify-no-double-petrify.script b/tests.branching/petrify-no-double-petrify.script
index be72ba6b..3e7ac412 100755
--- a/tests.branching/petrify-no-double-petrify.script
+++ b/tests.branching/petrify-no-double-petrify.script
@@ -24,7 +24,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"
+ cat "$SRCDIR/tests.branching/petrify-no-double-petrify.stdout"
exit 0
fi