summaryrefslogtreecommitdiffstats
path: root/lang/python/python-argcomplete/test-version.sh
blob: a7388e310f5acc2c03977b9c836f93627d2e7607 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
case "$1" in
python3-argcomplete|python3-argcomplete-src)
	exit 0
	;;
*)
	echo "Untested package: $1" >&2
	exit 1
	;;
esac