ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-userpath/test.sh b/external/subpack/lang/python/python-userpath/test.sh
new file mode 100644
index 0000000..e87d325
--- /dev/null
+++ b/external/subpack/lang/python/python-userpath/test.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ "$1" = python3-userpath ] || exit 0
+
+userpath --version | grep -Fx "userpath, version $PKG_VERSION"