Change #278830
| Category | gtar |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Fri 21 Aug 2026 00:46:21 |
| Repository | git://git.savannah.gnu.org/tar.git |
| Project | gtar |
| Branch | master |
| Revision | 94391c4bf180062345ae0ce816f69f1c971d3969 |
Comments
tar: reject -C x --one-top-dir=/abs/olute It’s not clear what ‘-C x --one-top-dir=/abs/olute’ should mean, so for now let’s play it safe and reject that combination. * src/misc.c (chdir_arg): Diagnose attempts to combine -C with --one-top-level=/abs/olute. * tests/onetop06.at: Move last test to onetop07.at, since it now differs in behavior and it’s better to test it separately. * tests/onetop07.at: New file. * tests/Makefile.am (TESTSUITE_AT): Add it. * tests/testsuite.at: Include it.
Changed files
- NEWS
- doc/tar.texi
- src/misc.c
- tests/Makefile.am
- tests/onetop06.at
- tests/onetop07.at
- tests/testsuite.at