tests don't work on windows

This commit is contained in:
2025-01-14 12:59:06 +01:00
committed by T.v.Dein
parent 53cf1e2ebe
commit 323c070caa
2 changed files with 7 additions and 5 deletions

View File

@@ -1,17 +1,17 @@
# reading from file and matching with lowercase words
exec tablizer$exe -c name,status -r testtable.csv -s,
exec tablizer -c name,status -r testtable.csv -s,
stdout grafana.*Runn
# matching mixed case
exec tablizer$exe -c NAME,staTUS -r testtable.csv -s,
exec tablizer -c NAME,staTUS -r testtable.csv -s,
stdout grafana.*Runn
# matching using numbers
exec tablizer$exe -c 1,3 -r testtable.csv -s,
exec tablizer -c 1,3 -r testtable.csv -s,
stdout grafana.*Runn
# matching using regex
exec tablizer$exe -c 'na.*,stat.' -r testtable.csv -s,
exec tablizer -c 'na.*,stat.' -r testtable.csv -s,
stdout grafana.*Runn