10448: Tests include enable_reuse flag and that --disable-reuse is passed to
[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