]> git.notmuchmail.org Git - notmuch/commit - test/T070-insert.sh
test: remove redundant 'file' command from gdb scripts.
authorDavid Bremner <david@tethera.net>
Sun, 31 May 2015 16:56:10 +0000 (18:56 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 31 May 2015 16:56:10 +0000 (18:56 +0200)
commit5df1b1bb81b1983578e636ac62000e280d241139
tree824d49740f65b789c24f7eb7e6d0ef5e5c3bad5e
parentbe8e796fd51ffe956ac70b10868851ebbf56fcab
test: remove redundant 'file' command from gdb scripts.

Quoting Debian bug 787341

   It failed to build on arm64: the last ten tests in T070-insert
   failed.

   What's happening here is that GDB is segfaulting in response to
   the
   "file" command. GDB on arm64 can be a bit buggy.

   However, the "file" command is redundant here as GDB has already
   got
   the file from the --args on the command line.
test/T070-insert.sh