Merge branch '9986-fuse-retry-if-killed' closes #9986
[arvados.git] / build / package-testing / test-package-python27-python-arvados-fuse.sh
1 #!/bin/sh
2
3 exec python <<EOF
4 import arvados_fuse
5 print "Successfully imported arvados_fuse"
6 EOF