mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35: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: "*"
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script: |
|
||||
out=$(lsd --oneline)
|
||||
test "$out" = ""
|
||||
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
||||
|
|
Loading…
Reference in a new issue