mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +00:00
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.
This commit is contained in:
parent
5018b3b4b7
commit
c6eff55439
Notes:
sideshowbarker
2024-07-18 17:36:47 +09:00
Author: https://github.com/ADKaster
Commit: c6eff55439
Pull-request: https://github.com/SerenityOS/serenity/pull/7344
Reviewed-by: https://github.com/alimpfard
4 changed files with 16 additions and 15 deletions
|
@ -65,6 +65,7 @@ word_count=(() | wc -w)
|
|||
if not test "$(echo well hello friends $word_count)" -eq 3 { fail variable containing pipeline }
|
||||
|
||||
# Globs
|
||||
rm -fr /tmp/sh-test 2> /dev/null
|
||||
mkdir -p /tmp/sh-test
|
||||
pushd /tmp/sh-test
|
||||
touch (a b c)(d e f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue