home
·
contact
·
privacy
projects
/
redo-blog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1473577
)
Minor fixes.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 9 Dec 2016 22:34:34 +0000
(23:34 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 9 Dec 2016 22:34:34 +0000
(23:34 +0100)
test.sh
patch
|
blob
|
history
diff --git
a/test.sh
b/test.sh
index f7d05e8532c517765c7167f205092489744f3458..e333c4059294e1debc672de7266220a2869a6749 100755
(executable)
--- a/
test.sh
+++ b/
test.sh
@@
-39,8
+39,7
@@
cd "$generated_files_dir"
redo
cd "$working_dir"
-# Simple file comparison tests.
-uuid_regex="^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
+# Simple file comparison tests and UUID tests.
uuid_test "$generated_files_dir""/uuid.meta"
for file in "$expected_files_dir"/*.html "$expected_files_dir"/*.meta; do
sed_expression='s/'"$expected_files_dir_escaped"'/'"$generated_files_dir_escaped"'/'