aboutsummaryrefslogtreecommitdiff
path: root/tests/integration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration.sh')
-rwxr-xr-xtests/integration.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/integration.sh b/tests/integration.sh
index 58dde94..8fa13e9 100755
--- a/tests/integration.sh
+++ b/tests/integration.sh
@@ -20,8 +20,7 @@ test_index_generation() {
OUT="$(mkstemp)"
ERR="$(mkstemp)"
DIR="$(mkdtemp)"
- ./src/gistatic -i -o "$DIR" tests/resources/repositories/* \
- 1>"$OUT" 2>"$ERR"
+ ./gistatic -i -o "$DIR" tests/resources/repositories/* 1>"$OUT" 2>"$ERR"
STATUS=$?
assert_empty_stdout
assert_empty_stderr
@@ -40,7 +39,7 @@ test_repo_generation() {
OUT="$(mkstemp)"
ERR="$(mkstemp)"
DIR="$(mkdtemp)"
- ./src/gistatic -o "$DIR" -u https://example.com/ \
+ ./gistatic -o "$DIR" -u https://example.com/ \
tests/resources/repositories/repo-1 1>"$OUT" 2>"$ERR"
STATUS=$?
assert_empty_stdout