| commit | d95edb60be9f66cb4797130c8902bf5814b19448 | [log] [tgz] |
|---|---|---|
| author | Lancelot SIX <lsix@lancelotsix.com> | Sun Nov 21 00:55:01 2021 +0000 |
| committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:33 2022 +0000 |
| tree | ab4bbd54fb1c3cbd57eb27508289fee9c1c82c00 | |
| parent | 1868c0cb3378ba3984c056b3850cc93eaa709e04 [diff] |
gdb/testsuite: Remove duplicates from gdb.base/set-cfd.exp
When running the testsuite, I have:
Running .../gdb/testsuite/gdb.base/set-cwd.exp ...
DUPLICATE: gdb.base/set-cwd.exp: test_cwd_reset: continue to breakpoint: break-here
Fix by moving the tests after the 'runto_main' within the same
with_test_prefix scope.
While at it, I fix some indentation issues.
Tested on x86_64-linux.