From 221a407f5c68d74f8567383b8d000be2147a1eec Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Wed, 7 Jan 2015 00:06:12 -0800 Subject: simple test script, ensuring correct env --- tests.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests.sh diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..82bea76 --- /dev/null +++ b/tests.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +# ensure we can use unicode filenames in the test +export LC_ALL=en_US.UTF-8 + +python2.6 test.py +python2.7 test.py +python3 test.py -- cgit v1.2.1