mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
housekeeping: shellcheck for tests/functional/fetchTree-file.sh
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
f0492a6197
commit
224f5515b9
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Test tarball URLs on the command line.
|
# Test tarball URLs on the command line.
|
||||||
[[ $(nix flake metadata --json file://$PWD/test_input_no_ext | jq -r .resolved.type) = tarball ]]
|
[[ $(nix flake metadata --json "file://$PWD/test_input_no_ext" | jq -r .resolved.type) = tarball ]]
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue