mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
gnu/rm: make the code reentrant
This commit is contained in:
parent
6a8d15f92e
commit
a85ee4386a
1 changed files with 5 additions and 2 deletions
|
@ -99,6 +99,9 @@ sed -i 's|seq \$|/usr/bin/timeout 0.1 seq \$|' tests/misc/seq-precision.sh tests
|
||||||
sed -i 's|cat |/usr/bin/timeout 0.1 cat |' tests/misc/cat-self.sh
|
sed -i 's|cat |/usr/bin/timeout 0.1 cat |' tests/misc/cat-self.sh
|
||||||
|
|
||||||
|
|
||||||
|
# Remove dup of /usr/bin/ when executed several times
|
||||||
|
grep -rl '/usr/bin//usr/bin/' tests/* | xargs --no-run-if-empty sed -i 's|/usr/bin//usr/bin/|/usr/bin/|g'
|
||||||
|
|
||||||
|
|
||||||
#### Adjust tests to make them work with Rust/coreutils
|
#### Adjust tests to make them work with Rust/coreutils
|
||||||
# in some cases, what we are doing in rust/coreutils is good (or better)
|
# in some cases, what we are doing in rust/coreutils is good (or better)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue