aboutsummaryrefslogtreecommitdiff
path: root/suites.py
diff options
context:
space:
mode:
Diffstat (limited to 'suites.py')
-rw-r--r--suites.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/suites.py b/suites.py
index 4c49ba0..b49dd28 100644
--- a/suites.py
+++ b/suites.py
@@ -78,11 +78,11 @@ def suite_redirection(test):
test("cat<test<je", setup="echo bonjour > test; echo salut > je")
test("echo bonjour > a'b'c'd'e'f'g'h'i'j'k'l'm'n'o'p'q'r's't'u'v'w'x'y'z'",
- files=["abcdefghijklmnopqrstuvzxyz"])
+ files=["abcdefghijklmnopqrstuvwxyz"])
test('echo bonjour > a"b"c"d"e"f"g"h"i"j"k"l"m"n"o"p"q"r"s"t"u"v"w"x"y"z"',
- files=["abcdefghijklmnopqrstuvzxyz"])
+ files=["abcdefghijklmnopqrstuvwxyz"])
test('echo bonjour > a\'b\'c"d"e\'f\'g"h"i\'j\'k"l"m\'n\'o"p\'q\'r"s\'t\'u"v"w"x"y\'z\'',
- files=["abcdefghijklmnopqrstuvzxyz"])
+ files=["abcdefghijklmnopqrstuvwxyz"])
@suite
def suite_edgecases(test):