summaryrefslogtreecommitdiff
path: root/user/gnucobol/dash-compat.patch
blob: e2d7f6006137f7748198e84e74c2d54521cf713c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- gnucobol-3.0-rc1/tests/testsuite.src/listings.at.old	2018-04-22 19:55:50.000000000 +0000
+++ gnucobol-3.0-rc1/tests/testsuite.src/listings.at	2020-01-14 09:08:26.488668118 +0000
@@ -2185,7 +2185,7 @@
 
 AT_CHECK([$UNIFY_LISTING prog.lst prog.lis once], [0], [], [])
 
-AT_CHECK([test "$COB_HAS_64_BIT_POINTER" == "yes"], [0], [], [],
+AT_CHECK([test "$COB_HAS_64_BIT_POINTER" = "yes"], [0], [], [],
 
 # Previous test "failed" --> 32 bit
 
@@ -5761,4 +5761,4 @@
 AT_CHECK([$UNIFY_LISTING prog.lst prog.lis once], [0], [], [])
 AT_CHECK([diff prog1.lst prog.lis], [0], [], [])
 
-AT_CLEANUP
\ No newline at end of file
+AT_CLEANUP
--- gnucobol-3.0-rc1/tests/testsuite.src/data_pointer.at.old	2018-04-22 19:55:46.000000000 +0000
+++ gnucobol-3.0-rc1/tests/testsuite.src/data_pointer.at	2020-01-14 09:08:48.226341564 +0000
@@ -40,7 +40,7 @@
 
 AT_CHECK([$COMPILE prog.cob], [0], [], [])
 
-AT_CHECK([test "$COB_HAS_64_BIT_POINTER" == "yes"], [0], [], [],
+AT_CHECK([test "$COB_HAS_64_BIT_POINTER" = "yes"], [0], [], [],
 
 # Previous test "failed" --> 32 bit