mise: fix usageCompat test

This commit is contained in:
Konrad Malik
2025-11-24 11:13:05 +01:00
parent 95dd0cbfee
commit 06ca4d0e27
+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