Skip to content

Commit

Permalink
cli-tests fixup
Browse files Browse the repository at this point in the history
This failed when locale was non-C.
  • Loading branch information
dirkmueller committed Mar 10, 2022
1 parent 8814aa5 commit 60624db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli-tests/cltools/zstdless.sh
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@ zstdless file.zst
println "+ pass parameters"
zstdless -N file.zst # This parameter does not produce line #s when piped, but still serves to test that the flag went to less and not zstd
println "+ bad path"
zstdless bad.zst
LC_ALL=C zstdless bad.zst

0 comments on commit 60624db

Please sign in to comment.