From 43901d870eba0ab1f0099fc3efaf87a1853e19f7 Mon Sep 17 00:00:00 2001 From: Dries Verachtert Date: Nov 19 2016 10:22:08 +0000 Subject: Add test for libxml2-python --- diff --git a/tests/p_libxml2-python/0-install-libxml2-python.sh b/tests/p_libxml2-python/0-install-libxml2-python.sh new file mode 100755 index 0000000..6e2b2a2 --- /dev/null +++ b/tests/p_libxml2-python/0-install-libxml2-python.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# Author Dries Verachtert + +# Install libxml2-python +t_Log "Running $0 - installing libxml2-python." + +t_InstallPackage libxml2-python