summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-08-23 14:53:23 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-08-23 14:53:23 +0000
commit839ff01c75cdcdc8bc417c39f8e90fd189c0ee86 (patch)
tree78534df14ee3e3f39fafe69b9296bd670f05d60a /Build/source/texk/seetexk
parentb475e22788f58233616d82c5f1004191b249e37d (diff)
seetex: Tweak
git-svn-id: svn://tug.org/texlive/trunk@68033 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk')
-rw-r--r--Build/source/texk/seetexk/ChangeLog4
-rwxr-xr-xBuild/source/texk/seetexk/seetexk.test10
2 files changed, 9 insertions, 5 deletions
diff --git a/Build/source/texk/seetexk/ChangeLog b/Build/source/texk/seetexk/ChangeLog
index 8d057a87e22..0dede647dde 100644
--- a/Build/source/texk/seetexk/ChangeLog
+++ b/Build/source/texk/seetexk/ChangeLog
@@ -1,3 +1,7 @@
+2023-08-23 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * seetexk.test: Tweak.
+
2023-08-11 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* dvibook.c, dviconcat.c:
diff --git a/Build/source/texk/seetexk/seetexk.test b/Build/source/texk/seetexk/seetexk.test
index 278acc94add..2030256f823 100755
--- a/Build/source/texk/seetexk/seetexk.test
+++ b/Build/source/texk/seetexk/seetexk.test
@@ -20,8 +20,8 @@ $DIFF --strip-trailing-cr $0 $0 \
&& DIFF="diff --strip-trailing-cr" || echo
# check whether the binaries are Windows exe or not
-run_stdio_test=1
-if [ $ExeExt = ".exe" ]; then
+run_stdio_test=${run_stdio_test:-1}
+if [ "$ExeExt" = ".exe" ]; then
echo "*** We assume EXE on Windows."
run_stdio_test=0
fi
@@ -29,7 +29,7 @@ fi
# for check version
echo "*** Start seetex tests with::"
$_dviselect
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
$_dvibook
$_dviconcat
fi
@@ -107,7 +107,7 @@ $_dvibook -s4 playsel.dvi playbook.dvi \
echo dvibook tests OK
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
rm -f playbook.2
cat playsel.dvi | $_dvibook -s4 >playbook.dvi \
@@ -170,7 +170,7 @@ $_dvitodvi '4:500@0+1(16.5cm,0)+2(0,28cm)+3(16.5cm,28cm)' playsel.dvi playdvi.dv
echo dvitodvi tests OK
-if [ $run_stdio_test -gt 0 ]; then
+if [ "$run_stdio_test" -gt 0 ]; then
rm -f playdvi.2
cat playsel.dvi | $_dvitodvi -o playdvi.dvi '4:500@0+1(16.5cm,0)+2(0,28cm)+3(16.5cm,28cm)' \