10223: Merge branch 'master' into 10223-cr-set-output-name
[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