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