summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-redir/redir4.tests (plain)
blob: 4bdf5ae270d94337e65bc1fa0a900cde9ebd55da
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"
73