Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rwxr-xr-xtest/test3.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 575fa98..db56b57 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,5 @@
-dist_check_SCRIPTS = test1.py test2.py test3.py
+dist_check_SCRIPTS = test1.py test2.py test3.py test4.py
TESTS = $(dist_check_SCRIPTS)
diff --git a/test/test3.py b/test/test3.py
index adfbd9d..56b90df 100755
--- a/test/test3.py
+++ b/test/test3.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# This test opens a password encrypted file and tries to unlock it.
+# This test opens a file with wrong extenstion.
import os
os.environ['LANG']='C'