fix(coreutils)

This commit is contained in:
Jacob Heider 2023-04-14 17:10:24 -04:00
parent 1638c39aba
commit 940855d93c
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -121,6 +121,4 @@ build:
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} install
test:
script: |
test "$(ls -1 | wc -l)" -eq 0
test: test "$(ls -1)" = "xyz.tea.test.sh"