aboutsummaryrefslogtreecommitdiff
path: root/tests/integration.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-17 17:38:27 -0300
committerEuAndreh <eu@euandre.org>2021-08-17 17:38:27 -0300
commit94e4b7a5117a727ef4f131246c8755409beb3c9c (patch)
treed9fc996aa3640a1796b471fa3a367876b3f7f15e /tests/integration.sh
parentsrc/gistatic.c: Add <meta name="description" .../> to HTML <head> (diff)
downloadgistatic-94e4b7a5117a727ef4f131246c8755409beb3c9c.tar.gz
gistatic-94e4b7a5117a727ef4f131246c8755409beb3c9c.tar.xz
tests/: Move refs.html to sub-directory
Diffstat (limited to 'tests/integration.sh')
-rwxr-xr-xtests/integration.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration.sh b/tests/integration.sh
index 27a2dfc..58dde94 100755
--- a/tests/integration.sh
+++ b/tests/integration.sh
@@ -47,9 +47,9 @@ test_repo_generation() {
assert_empty_stderr
assert_status 0
- assert_file tests/resources/assets/style.css "$DIR/style.css"
- assert_file tests/resources/assets/logo.svg "$DIR/logo.svg"
- assert_file tests/resources/assets/refs.html "$DIR/refs.html"
+ assert_file tests/resources/assets/repo/style.css "$DIR/style.css"
+ assert_file tests/resources/assets/repo/logo.svg "$DIR/logo.svg"
+ assert_file tests/resources/assets/repo/refs.html "$DIR/refs.html"
test_ok
}