aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-06 16:38:24 -0300
committerEuAndreh <eu@euandre.org>2021-08-06 16:38:24 -0300
commit59f80c772808c868e12a1182d913617ef375b7d2 (patch)
tree6dbd737e1824ee5480a29d0aab9b27d80b0a9a8c
parenttests/dev-integration.sh: Address ShellCheck offenses (diff)
downloadgistatic-59f80c772808c868e12a1182d913617ef375b7d2.tar.gz
gistatic-59f80c772808c868e12a1182d913617ef375b7d2.tar.xz
mv aux/assert-catgets.sh tests/assert-catgets.sh
-rw-r--r--Makefile2
-rw-r--r--tests/assert-catgets.sh (renamed from aux/assert-catgets.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc2edf7..82da8a8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ check: all src/gistatic.t
ln -s .gitdir tests/resources/repositories/repo-2/.git
./src/gistatic.t
sh tests/integration.sh
- sh aux/assert-catgets.sh src/gistatic.c
+ sh tests/assert-catgets.sh src/gistatic.c
clean:
rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \
diff --git a/aux/assert-catgets.sh b/tests/assert-catgets.sh
index 885e186..885e186 100644
--- a/aux/assert-catgets.sh
+++ b/tests/assert-catgets.sh