Skip to content

Commit

Permalink
Use pandoc --self-contained option in tests for portability.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Feb 6, 2024
1 parent e8316bb commit 924fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/export.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load test_helper
[[ -f "${NB_DIR}/home/nb.png" ]]
}

run "${_NB}" export pandoc 1 --embed-resources <<< "y${_NEWLINE}"
run "${_NB}" export pandoc 1 --self-contained <<< "y${_NEWLINE}"

printf "\${status}: '%s'\\n" "${status}"
printf "\${output}: '%s'\\n" "${output}"
Expand Down

0 comments on commit 924fa94

Please sign in to comment.