diff options
author | EuAndreh <eu@euandre.org> | 2021-08-17 17:38:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-17 17:38:27 -0300 |
commit | 94e4b7a5117a727ef4f131246c8755409beb3c9c (patch) | |
tree | d9fc996aa3640a1796b471fa3a367876b3f7f15e /tests/integration.sh | |
parent | src/gistatic.c: Add <meta name="description" .../> to HTML <head> (diff) | |
download | gistatic-94e4b7a5117a727ef4f131246c8755409beb3c9c.tar.gz gistatic-94e4b7a5117a727ef4f131246c8755409beb3c9c.tar.xz |
tests/: Move refs.html to sub-directory
Diffstat (limited to 'tests/integration.sh')
-rwxr-xr-x | tests/integration.sh | 6 |
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 } |