From 94e4b7a5117a727ef4f131246c8755409beb3c9c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Aug 2021 17:38:27 -0300 Subject: tests/: Move refs.html to sub-directory --- tests/integration.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/integration.sh') 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 } -- cgit v1.2.3