Rodja Trappe %!s(int64=3) %!d(string=hai) anos
pai
achega
006c3ec252
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      test_startup.sh

+ 0 - 2
test_startup.sh

@@ -27,9 +27,7 @@ check() {
 }
 
 exitcode=0
-pushd ../
 check main.py || exitcode=1
 check examples.py || exitcode=1
-popd
 echo exit $exitcode
 test $exitcode -eq 0