bash-tty-tests.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. diff --git a/tests/exec.right b/tests/exec.right
  2. --- a/tests/exec.right
  3. +++ b/tests/exec.right
  4. @@ -60,7 +60,6 @@ this is ohio-state
  5. 0
  6. 1
  7. testb
  8. -expand_aliases on
  9. 1
  10. 1
  11. 1
  12. diff --git a/tests/execscript b/tests/execscript
  13. --- a/tests/execscript
  14. +++ b/tests/execscript
  15. @@ -108,8 +108,6 @@ ${THIS_SH} ./exec6.sub
  16. # checks for properly deciding what constitutes an executable file
  17. ${THIS_SH} ./exec7.sub
  18. -${THIS_SH} -i ${PWD}/exec8.sub
  19. -
  20. ${THIS_SH} ./exec9.sub
  21. ${THIS_SH} ./exec10.sub
  22. diff --git a/tests/read.right b/tests/read.right
  23. --- a/tests/read.right
  24. +++ b/tests/read.right
  25. @@ -34,17 +34,6 @@ xyz
  26. a = xyz
  27. a = -xyz 123-
  28. a = abc
  29. -timeout 1: ok
  30. -unset or null 1
  31. -timeout 2: ok
  32. -unset or null 2
  33. -timeout 3: ok
  34. -unset or null 3
  35. -./read2.sub: line 45: read: -3: invalid timeout specification
  36. -1
  37. -
  38. -abcde
  39. -abcde
  40. ./read3.sub: line 17: read: -1: invalid number
  41. abc
  42. defg
  43. diff --git a/tests/read.tests b/tests/read.tests
  44. --- a/tests/read.tests
  45. +++ b/tests/read.tests
  46. @@ -95,9 +95,6 @@ echo " foo" | { IFS=$':' ; read line; recho "$line"; }
  47. # test read -d delim behavior
  48. ${THIS_SH} ./read1.sub
  49. -# test read -t timeout behavior
  50. -${THIS_SH} ./read2.sub
  51. -
  52. # test read -n nchars behavior
  53. ${THIS_SH} ./read3.sub