| Index: gdb/testsuite/gdb.base/interrupt-noterm.c
|
| diff --git a/gdb/testsuite/gdb.base/attach-pie-noexec.c b/gdb/testsuite/gdb.base/interrupt-noterm.c
|
| similarity index 90%
|
| copy from gdb/testsuite/gdb.base/attach-pie-noexec.c
|
| copy to gdb/testsuite/gdb.base/interrupt-noterm.c
|
| index 4de16282835399b3bcee85a664c0a9374fa54d64..264b0b024203ada66f37a20f1ea4c99da2b6c283 100644
|
| --- a/gdb/testsuite/gdb.base/attach-pie-noexec.c
|
| +++ b/gdb/testsuite/gdb.base/interrupt-noterm.c
|
| @@ -1,6 +1,6 @@
|
| /* This testcase is part of GDB, the GNU debugger.
|
|
|
| - Copyright 2011-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2013 Free Software Foundation, Inc.
|
|
|
| This program is free software; you can redistribute it and/or modify
|
| it under the terms of the GNU General Public License as published by
|
| @@ -18,8 +18,8 @@
|
| #include <unistd.h>
|
|
|
| int
|
| -main (void)
|
| +main ()
|
| {
|
| - sleep (600);
|
| + sleep (3);
|
| return 0;
|
| }
|
|
|