python.pkgs.r2pipe: fix hanging test
This commit is contained in:
parent
d23ff4d6d9
commit
e02262e299
@ -38,7 +38,6 @@ buildPythonPackage rec {
|
|||||||
import r2pipe
|
import r2pipe
|
||||||
r2 = r2pipe.open('${coreutils}/bin/ls')
|
r2 = r2pipe.open('${coreutils}/bin/ls')
|
||||||
r2.cmd('a')
|
r2.cmd('a')
|
||||||
r2.quit()
|
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user