View | Details | Raw Unified | Return to bug 278050 | Differences between
and this patch

Collapse All | Expand All

(-)gnulib-tests/test-execute-main.c (+1 lines)
Lines 70-75 main (int argc, char *argv[]) Link Here
70
  #ifdef SIGPIPE
70
  #ifdef SIGPIPE
71
  signal (SIGPIPE, SIG_DFL);
71
  signal (SIGPIPE, SIG_DFL);
72
  #endif
72
  #endif
73
  signal (SIGINT, SIG_DFL);
73
74
74
  switch (test)
75
  switch (test)
75
    {
76
    {

Return to bug 278050