python.pkgs.r2pipe: fix hanging test

This commit is contained in:
Jörg Thalheim 2021-09-17 17:08:46 +02:00 committed by Jonathan Ringer
parent d23ff4d6d9
commit e02262e299

View File

@ -38,7 +38,6 @@ buildPythonPackage rec {
import r2pipe
r2 = r2pipe.open('${coreutils}/bin/ls')
r2.cmd('a')
r2.quit()
EOF
'';