bats/history.bats in markdown_exec-2.4.0 vs bats/history.bats in markdown_exec-2.5.0

- old
+ new

@@ -1,10 +1,10 @@ #!/usr/bin/env bats load 'test_helper' -@test 'Options - history' { - local log_files="$(ls -1 logs/*examples_save_md*)" +@test 'Options - history, sorted' { + local log_files="$(ls -1t logs/*examples_save_md*)" spec_mde_args_expect examples/save.md --history \ "$log_files" } @test 'Options - history, dig' {