diff --git a/ASSTUSER1/redirpipe/redirerror b/ASSTUSER1/redirpipe/redirerror deleted file mode 100644 index 82c029bed788fde2ba69aaad7ae9f3e3e24cf929..0000000000000000000000000000000000000000 --- a/ASSTUSER1/redirpipe/redirerror +++ /dev/null @@ -1 +0,0 @@ -ls notafile 2> error.txt diff --git a/ASSTUSER1/verify.py b/ASSTUSER1/verify.py index cdcbf3a07cde1fc7e4a065adfb7404c5f78e6f49..49c0d20acda795cea7a3580a11e41a1ae1f11480 100644 --- a/ASSTUSER1/verify.py +++ b/ASSTUSER1/verify.py @@ -1,12 +1,12 @@ import subprocess -BASIC_GRADE_PER = 2 +BASIC_GRADE_PER = 2.2 BASIC_NUM = 3 -REDIR_GRADE_PER = 2 -REDIR_NUM = 5 +REDIR_GRADE_PER = 2.2 +REDIR_NUM = 4 -PIPES_GRADE_PER = 2 +PIPES_GRADE_PER = 2.2 PIPES_NUM = 3 def basic(tests, helpers):