Print this page
12482 Have /usr/bin/awk point to /usr/bin/nawk
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>

@@ -7,11 +7,11 @@
 
 BEGIN {
         status = system("exit 42")
         print "normal status", status
 
-        status = system("kill -HUP $$")
+        status = system("kill -KILL $$")
         print "death by signal status", status
 
         status = system("cd $WORKDIR && kill -ABRT $$")
         print "death by signal with core dump status", status