8784: Fix test for latest firefox.
[arvados.git] / build / package-testing / test-package-python27-python-arvados-python-client.sh
1 #!/bin/sh
2
3 exec python2.7 <<EOF
4 import arvados
5 print "Successfully imported arvados"
6 EOF