diff --git a/01_hello/test.py b/01_hello/test.py index d0cedd1c2..6d05ffeb0 100755 --- a/01_hello/test.py +++ b/01_hello/test.py @@ -4,7 +4,7 @@ import os from subprocess import getstatusoutput, getoutput -prg = './hello.py' +prg = 'hello.py' # --------------------------------------------------