]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- utf8opt-3 test needs tty
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Jul 2011 20:59:53 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mksh-test.patch -> 1.1
    mksh.spec -> 1.23

mksh-test.patch [new file with mode: 0644]
mksh.spec

diff --git a/mksh-test.patch b/mksh-test.patch
new file mode 100644 (file)
index 0000000..814473a
--- /dev/null
@@ -0,0 +1,10 @@
+--- mksh-40/check.t~   2011-07-07 22:54:57.000000000 +0200
++++ mksh-40/check.t    2011-07-07 22:59:01.105425013 +0200
+@@ -5907,6 +5907,7 @@
+ description:
+       Ensure ±U on the command line is honoured
+       (this test may pass falsely depending on CPPFLAGS)
++need-ctty: yes
+ stdin:
+       export iter=0
+       code='if [[ $- = *U* ]]; then echo $iter on; else echo $iter off; fi'
index d5eba4e6a53634a4c8d8be5474c760f7e0a50130..8be333d78d3e311671f394f4c126ae771fcdb392 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -15,6 +15,7 @@ Patch0:               %{name}-mkshrc_support.patch
 Patch1:                %{name}-circumflex.patch
 Patch2:                %{name}-no_stop_alias.patch
 Patch3:                %{name}-tty.patch
+Patch4:                %{name}-test.patch
 URL:           https://www.mirbsd.org/mksh.htm
 %if %{with tests}
 BuildRequires: ed
@@ -84,6 +85,7 @@ mv mksh/* .; rmdir mksh
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 install -d out
This page took 0.034224 seconds and 4 git commands to generate.