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

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
  • 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.