1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 17:21:04 +00:00
uutils-coreutils/tests/common
Nicolas Boichat 152dada379 tests/common/util: Make sure test_altering_umask is run in correct shell
On Android CI, `sh` would point at a different flavor of shell
shipped with termux (dash).

The current umask test expects that `/system/bin/sh` is used though,
so create a new function TestScenario:cmd_shell that runs a command
in the default shell (that could be used in more tests).

Fixes one part of #7542.
2025-03-23 19:37:04 +01:00
..
macros.rs all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
mod.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
random.rs tests/common/random.rs: adapt to rand API changes 2025-01-30 08:52:42 +01:00
util.rs tests/common/util: Make sure test_altering_umask is run in correct shell 2025-03-23 19:37:04 +01:00