🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit e653755174c0ebb4a814fc4d262182e2d31d3341
Parent: fbad5bdc6cc66beeaa1a8802446669830f17d822
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 01:49:11 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 01:49:11 +0000

test for non-copy of include files

test/test.sh Modified

@@ -48,6 +48,11 @@
 	}
 done
 
+test -f "$RESULT/title.html.include" && {
+    let errors+=1
+    echo "title.html.include found in results"
+}
+
 case "$errors" in
     0)
 	echo "All good!"