9945: address a bunch of review comments.
[arvados.git] / build / package-testing / test-package-python27-python-arvados-fuse.sh
index 8d21951ff5c16af2a9d7f80188f49846acf55d92..81929857b8eaa6791a3e47e196f578de6f17b9a0 100755 (executable)
@@ -3,14 +3,6 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-PYTHON=`ls /usr/share/python2.7/dist/python-arvados-fuse/bin/python2.7`
+set -e
 
-if [ "$PYTHON" != "" ]; then
-  set -e
-  exec $PYTHON <<EOF
-import arvados_fuse
-print "Successfully imported arvados_fuse"
-EOF
-else
-       exit 1
-fi
+arv-mount --version