Skip to content

Commit

Permalink
resolve shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Mar 25, 2024
1 parent 2656a8e commit 2eb40c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_unit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=2317
#
# bash_unit test/test_core.sh

Expand Down Expand Up @@ -59,7 +60,7 @@ test_zip_read_file () {
container=$(zip_read_file "$zippath_testepub" "$filepath_container")
containerurn="urn:oasis:names:tc:opendocument:xmlns:container"

assert_matches "$containerurl" "$container"
assert_matches "$containerurn" "$container"
}

test_zip_move_file_out () {
Expand Down

0 comments on commit 2eb40c3

Please sign in to comment.