source: MondoRescue/branches/2.2.9/mindi-busybox/shell/ash_test/ash-redir/redir4.tests@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:executable set to *
File size: 4.2 KB
Line 
1# ash uses fd 10 (usually) for reading the script
2exec 13>&-
3exec 12>&-
4exec 11>&-
5exec 10>&-
6# some amount of input is prefetched.
7# make sure final echo is far enough to not be prefetched.
8###############################################################
9###############################################################
10###############################################################
11###############################################################
12###############################################################
13###############################################################
14###############################################################
15###############################################################
16###############################################################
17###############################################################
18###############################################################
19###############################################################
20###############################################################
21###############################################################
22###############################################################
23###############################################################
24###############################################################
25###############################################################
26###############################################################
27###############################################################
28###############################################################
29###############################################################
30###############################################################
31###############################################################
32###############################################################
33###############################################################
34###############################################################
35###############################################################
36###############################################################
37###############################################################
38###############################################################
39###############################################################
40###############################################################
41###############################################################
42###############################################################
43###############################################################
44###############################################################
45###############################################################
46###############################################################
47###############################################################
48###############################################################
49###############################################################
50###############################################################
51###############################################################
52###############################################################
53###############################################################
54###############################################################
55###############################################################
56###############################################################
57###############################################################
58###############################################################
59###############################################################
60###############################################################
61###############################################################
62###############################################################
63###############################################################
64###############################################################
65###############################################################
66###############################################################
67###############################################################
68###############################################################
69###############################################################
70###############################################################
71###############################################################
72echo "OK"
Note: See TracBrowser for help on using the repository browser.