aboutsummaryrefslogtreecommitdiff
path: root/tests/integration.sh
diff options
context:
space:
mode:
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
}