diff options
Diffstat (limited to 'lang/python/pipx/test.sh')
-rw-r--r-- | lang/python/pipx/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/python/pipx/test.sh b/lang/python/pipx/test.sh new file mode 100644 index 000000000..a4f2348ae --- /dev/null +++ b/lang/python/pipx/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$1" = pipx ] || exit 0 + +pipx --version | grep -Fx "$PKG_VERSION" |