11973: Build avro 1.8.1 for ubuntu1604 and add to schema-salad deps.
[arvados.git] / build / package-testing / test-package-python27-python-arvados-fuse.sh
1 #!/bin/sh
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 exec python <<EOF
7 import arvados_fuse
8 print "Successfully imported arvados_fuse"
9 EOF