Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-trap/usage.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 233 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 # no output -- default state
2 echo ___
3 trap
4
5 # assign some traps
6 echo ___
7 trap "a" EXIT INT USR1 USR2
8
9 # show them all
10 echo ___
11 trap
12
13 # clear one
14 echo ___
15 trap 0 INT
16 echo ___
17 trap
18
19 # clear another
20 echo ___
21 trap "-" USR1
22 echo ___
23 trap

Properties

Name Value
svn:executable *