Skip to content

Commit

Permalink
tests: shellcheck lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent dcd76d2 commit f8548f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ launch_args = ['-u']
" >> "$tmp"


cd $HOME && UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" --config "$tmp"
UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" --config "$tmp"
2 changes: 1 addition & 1 deletion tests/test_install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

UMU_LOG=debug GAMEID=umu-0 $HOME/.local/bin/umu-run wineboot -u
UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" wineboot -u
8 changes: 4 additions & 4 deletions tests/test_update.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env sh

mkdir -p $HOME/.local/share/umu
mkdir -p "$HOME/.local/share/umu"

curl -LJO "https://repo.steampowered.com/steamrt3/images/0.20240916.101795/SteamLinuxRuntime_sniper.tar.xz"
tar xaf SteamLinuxRuntime_sniper.tar.xz
mv SteamLinuxRuntime_sniper/* $HOME/.local/share/umu
mv $HOME/.local/share/umu/_v2-entry-point $HOME/.local/share/umu/umu
mv SteamLinuxRuntime_sniper/* "$HOME/.local/share/umu"
mv "$HOME/.local/share/umu/_v2-entry-point" "$HOME/.local/share/umu/umu"

UMU_LOG=debug GAMEID=umu-0 $HOME/.local/bin/umu-run wineboot -u
UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run" wineboot -u
2 changes: 1 addition & 1 deletion tests/test_winetricks.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

UMU_LOG=debug GAMEID=umu-0 $HOME/.local/bin/umu-run winetricks good
UMU_LOG=debug GAMEID=umu-0 "$HOME/.local/bin/umu-run winetricks" good

0 comments on commit f8548f6

Please sign in to comment.