mise: fix usageCompat test (#464523)

This commit is contained in:
Aleksana
2025-11-24 13:17:43 +00:00
committed by GitHub
+1 -2
View File
@@ -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