summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/poker-eval/files/poker-eval-136.0-bash40.patch')
-rw-r--r--dev-games/poker-eval/files/poker-eval-136.0-bash40.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-games/poker-eval/files/poker-eval-136.0-bash40.patch b/dev-games/poker-eval/files/poker-eval-136.0-bash40.patch
new file mode 100644
index 000000000000..f9cc96388f50
--- /dev/null
+++ b/dev-games/poker-eval/files/poker-eval-136.0-bash40.patch
@@ -0,0 +1,32 @@
+--- tests/bug1823.old 2009-07-21 13:45:13.000000000 +0200
++++ tests/bug1823 2009-07-21 13:45:52.000000000 +0200
+@@ -27,7 +27,8 @@
+ cards scoop HIwin HIlos HItie LOwin LOlos LOtie EV
+ As Qs Kh Jh 500 715 15 90 0 0 0 0.796
+ Ac Kd 5d 7h 15 15 715 90 224 0 0 0.204
+-EOF)
++EOF
++)
+ if test "$r" != "$e" ; then
+ diff -u <(echo "$e") <(echo "$r")
+ exit 1
+@@ -39,7 +40,8 @@
+ cards scoop HIwin HIlos HItie LOwin LOlos LOtie EV
+ As 6s 7h 5h 250 324 0 496 0 0 168 0.675
+ Ac 7d 6d 5d 0 0 324 496 0 0 168 0.325
+-EOF)
++EOF
++)
+ if test "$r" != "$e" ; then
+ diff -u <(echo "$e") <(echo "$r")
+ exit 1
+@@ -51,7 +53,8 @@
+ cards scoop HIwin HIlos HItie LOwin LOlos LOtie EV
+ As 6s 7h 5h 289 381 352 87 12 0 157 0.504
+ Ac 8d 6d 5d 314 352 381 87 0 12 157 0.496
+-EOF)
++EOF
++)
+ if test "$r" != "$e" ; then
+ diff -u <(echo "$e") <(echo "$r")
+ exit 1