mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Add $TimetIs64bit system variable.
This commit is contained in:
@@ -59,7 +59,7 @@ chmod 000 include_dir/04cantread.rem
|
||||
TEST_GETENV="foo bar baz" ; export TEST_GETENV
|
||||
echo "Test 1" > ../tests/test.out
|
||||
echo "" >> ../tests/test.out
|
||||
../src/remind -e -dxte ../tests/test.rem 16 feb 1991 12:13 >> ../tests/test.out 2>&1
|
||||
../src/remind -e -dxte ../tests/test.rem 16 feb 1991 12:13 2>&1 | grep -v 'TimetIs64bit' >> ../tests/test.out
|
||||
echo "" >> ../tests/test.out
|
||||
echo "Test 2" >> ../tests/test.out
|
||||
echo "" >> ../tests/test.out
|
||||
|
||||
@@ -1381,7 +1381,7 @@ trigeventstart() => 1991-02-13@16:00
|
||||
set a135 trigeventduration()
|
||||
trigeventduration() => 72:00
|
||||
set a136 stdout()
|
||||
stdout() => "FILE"
|
||||
stdout() => "PIPE"
|
||||
|
||||
# These will issue errors
|
||||
REM Mon OMIT Mon SKIP MSG Never ever ever...
|
||||
@@ -2727,7 +2727,7 @@ a047 -1
|
||||
a135 72:00
|
||||
a097 -3
|
||||
a048 "foo"
|
||||
a136 "FILE"
|
||||
a136 "PIPE"
|
||||
a098 0
|
||||
a049 21
|
||||
a099 -1
|
||||
@@ -24286,6 +24286,7 @@ $Td
|
||||
$TerminalBackground
|
||||
$Thursday
|
||||
$TimeSep
|
||||
$TimetIs64bit
|
||||
$Tm
|
||||
$Today
|
||||
$Tomorrow
|
||||
|
||||
Reference in New Issue
Block a user