]> git.pond.sub.org Git - empserver/blobdiff - tests/info-test
info/Empire4.4: Improve a few change log entries
[empserver] / tests / info-test
index 5fa1776e1263b3b720a33bea0ae7dac5a280b47d..d84faf3e4421f43f470edb5f38cba70bae078300 100755 (executable)
@@ -10,6 +10,15 @@ srcdir="$1"
 . "$srcdir"/tests/test-common.sh
 
 create_sandbox
+# Suppress test-only commands:
+cat >>$econfig <<EOF
+running_test_suite 0
+EOF
+
+# begin_test warns POSIX isn't expected to work, because thread
+# scheduling isn't reliably deterministic.  Not an issue for this
+# test, so suppress the warning.
+[ "$empthread" = POSIX ] && warn_empthread=
 
 begin_test <<EOF
 add 1 1 1 p
@@ -35,7 +44,7 @@ EOF
 
 end_test
 
-if perl $srcdir/tests/info/cmp-toc-vs-lists.pl info/toc sandbox/*.list
+if perl $testdir/cmp-toc-vs-lists.pl info/toc sandbox/*.list
 then echo "Command documentation OK"
 else echo "Command documentation FAIL"; false
 fi