1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:47:36 +00:00
serenity/Userland/Shell/Tests
Andrew Kaster c6eff55439 Shell: Make sure all tests put their temp dirs in /tmp
Follow-on to #7337. Been seeing other CI test failures that point to
these temp directories, so let's just move all of them to /tmp. I'm sure
someone will write ext2fs stress tests later :^)

Example:

/usr/Tests/Shell/control-structure-as-command.sh
  Core::Socket: Failed to connect() to /tmp/portal/inspectables: ...
  + rm -rf shell-test 2>/dev/null
  + mkdir shell-test
  Error: The action has timed out.
2021-05-22 00:24:27 +04:30
..
backgrounding.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
brace-exp.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
builtin-redir.sh Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
builtin-test.sh Shell/Tests: Replace 'type f -f' with 'type -f f' 2021-04-19 10:07:58 +02:00
control-structure-as-command.sh Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
function.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
heredocs.sh Shell: Add some tests for heredocs 2021-04-29 20:25:56 +02:00
if.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
immediate.sh Shell: Add support for 'immediate' expressions as variable substitutions 2021-03-07 10:59:51 +01:00
loop.sh Shell: Add support for enumerating lists in for loops 2021-03-07 10:59:51 +01:00
match.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
sigpipe.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
slice.sh Shell: Add tests for slices 2021-03-22 13:15:08 +01:00
special-vars.sh Userland: Install shell tests on Serenity 2021-02-28 18:19:37 +01:00
subshell.sh Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
test-commons.inc Shell: Add support for 'immediate' expressions as variable substitutions 2021-03-07 10:59:51 +01:00
valid.sh Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30