mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-userpath: bump to 1.9.2
Full release notes: https://github.com/ofek/userpath/releases/tag/v1.9.2 Add a bit more testing. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
ccd3edfabf
commit
5358179573
@@ -2,4 +2,13 @@
|
||||
|
||||
[ "$1" = python3-userpath ] || exit 0
|
||||
|
||||
# Test version
|
||||
userpath --version | grep -Fx "userpath, version $PKG_VERSION"
|
||||
|
||||
# Test append and prepend (changes take effect after shell restart,
|
||||
# so only check that the commands succeed)
|
||||
TEST_DIR="/tmp/userpath-test-$$"
|
||||
userpath append "$TEST_DIR"
|
||||
|
||||
TEST_DIR2="/tmp/userpath-test2-$$"
|
||||
userpath prepend "$TEST_DIR2"
|
||||
|
||||
Reference in New Issue
Block a user