All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/3] Remove double or trailing slashes in TMPDIR in C API
@ 2024-03-25 11:50 Petr Vorel
  2024-03-25 11:50 ` [LTP] [PATCH v2 1/3] lib/tst_tmpdir: Normalize user defined TMPDIR Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Petr Vorel @ 2024-03-25 11:50 UTC (permalink / raw)
  To: ltp

Changes v1->v2:
* Change algorithm in lib/tst_tmpdir.c (different than the suggested one
  by Cyril in v1).
* Remove warnings about wrong TMPDIR.

Petr Vorel (3):
  lib/tst_tmpdir: Normalize user defined TMPDIR
  lib: Add test for tst_tmpdir
  lib: Improve doc related to $TMPDIR default value

 include/tst_defaults.h        |  3 ++-
 lib/newlib_tests/runtest.sh   |  2 +-
 lib/newlib_tests/tst_tmpdir.c | 49 +++++++++++++++++++++++++++++++++++
 lib/tst_tmpdir.c              | 20 ++++++++++++--
 testcases/lib/tst_test.sh     |  2 ++
 5 files changed, 72 insertions(+), 4 deletions(-)
 create mode 100644 lib/newlib_tests/tst_tmpdir.c

-- 
2.43.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-06 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 11:50 [LTP] [PATCH v2 0/3] Remove double or trailing slashes in TMPDIR in C API Petr Vorel
2024-03-25 11:50 ` [LTP] [PATCH v2 1/3] lib/tst_tmpdir: Normalize user defined TMPDIR Petr Vorel
2024-05-06 14:55   ` Martin Doucha
2024-05-06 21:31     ` Petr Vorel
2024-03-25 11:50 ` [LTP] [PATCH v2 2/3] lib: Add test for tst_tmpdir Petr Vorel
2024-03-25 11:50 ` [LTP] [PATCH v2 3/3] lib: Improve doc related to $TMPDIR default value Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.