herbstluftwm, mpd: fix bash version in tests (#2816)

* mpd: Fix bash-version in tests

* herbstluftwm: Fix bash-version in tests
main
Basti 2 years ago committed by GitHub
parent 835797f3a4
commit 64823066c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/modules/services/mpd/basic-configuration.service
  2. 2
      tests/modules/services/window-managers/herbstluftwm/autostart

@ -4,7 +4,7 @@ WantedBy=default.target
[Service]
Environment=PATH=/home/hm-user/.nix-profile/bin
ExecStart=@mpd@/bin/mpd --no-daemon /nix/store/00000000000000000000000000000000-mpd.conf
ExecStartPre=/nix/store/00000000000000000000000000000000-bash-5.1-p12/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils-9.0/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
ExecStartPre=/nix/store/00000000000000000000000000000000-bash-5.1-p16/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils-9.0/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
Type=notify
[Unit]

@ -1,4 +1,4 @@
#!/nix/store/00000000000000000000000000000000-bash-5.1-p12/bin/bash
#!/nix/store/00000000000000000000000000000000-bash-5.1-p16/bin/bash
shopt -s expand_aliases
# shellcheck disable=SC2142

Loading…
Cancel
Save