diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-24 04:21:56 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-24 04:21:56 +0300 |
commit | ccf9ee2465497983b78e2b354926bcd390f27615 (patch) | |
tree | 92614937a2bc51f596e0dcfd41ed8d63003f0463 /tests | |
parent | 376da1ea68879229d43704ebe70874020d0e8fd6 (diff) | |
download | sciteco-ccf9ee2465497983b78e2b354926bcd390f27615.tar.gz |
fixup: removed the `?` rubout test case
We cannot practically test `?` since it relies on women pages being installed
into the $SCITECOPATH.
While we do set $SCITECOPATH to the source tree, we cannot currently provide
the generated women pages to test scripts, unless installing the project first.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.at | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index eb71689..3f0b7e5 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -301,12 +301,6 @@ AT_CHECK([$SCITECO_CMDLINE "@^Um{:@S/XXX/} :Mm\"S(0/0)' Mm\"S(0/0)'"], 0, ignore AT_FAIL_IF([$GREP "^Error:" stderr]) AT_CLEANUP -AT_SETUP([Rub out help command]) -# Should restore the Q-Register view. But we cannot test this directly. -AT_CHECK([$SCITECO_CMDLINE "@EQa// 23<@I/x/> @?/EX/{-6D} Z-23\"N(0/0)'"], 0, ignore, stderr) -AT_FAIL_IF([$GREP "^Error:" stderr]) -AT_CLEANUP - AT_BANNER([Known Bugs]) AT_SETUP([Number stack]) |