mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(lsd)
This commit is contained in:
parent
798853ec2a
commit
a166c4cfac
1 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,4 @@ build:
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: "*"
|
||||||
script: cargo install --locked --path . --root {{prefix}}
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
test:
|
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
||||||
script: |
|
|
||||||
out=$(lsd --oneline)
|
|
||||||
test "$out" = ""
|
|
||||||
|
|
Loading…
Reference in a new issue