mise: fix usageCompat test (#464523)
This commit is contained in:
@@ -119,10 +119,9 @@ rustPlatform.buildRustPackage rec {
|
||||
''
|
||||
export HOME=$(mktemp -d)
|
||||
|
||||
spec="$(mise usage)"
|
||||
for shl in bash fish zsh; do
|
||||
echo "testing $shl"
|
||||
usage complete-word --shell $shl --spec "$spec"
|
||||
usage complete-word --shell $shl --file <(mise usage)
|
||||
done
|
||||
|
||||
touch $out
|
||||
|
||||
Reference in New Issue
Block a user