Fix shellspec

This commit is contained in:
Stacy Harper
2022-11-15 13:34:50 +01:00
parent 4380117f2d
commit a2405f6d57
77 changed files with 3 additions and 1 deletions

0
configs/default_hooks/desktop/sxmo_hook_unlock.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_apps.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_check_state_mutexes.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_contextmenu.sh Normal file → Executable file
View File

View File

0
configs/default_hooks/sxmo_hook_desktop_widget.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_discard.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_hangup.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_icons.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_lisgdstart.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_missed_call.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_mnc.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_mute_ring.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_notification.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_pickup.sh Normal file → Executable file
View File

View File

0
configs/default_hooks/sxmo_hook_ring.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_rotate.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_sendsms.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_sms.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_start.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_statusbar.sh Normal file → Executable file
View File

0
configs/default_hooks/sxmo_hook_suspend.sh Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
scripts/core/sxmo_audio.sh Normal file → Executable file
View File

0
scripts/core/sxmo_autorotate.sh Normal file → Executable file
View File

0
scripts/core/sxmo_battery_monitor.sh Normal file → Executable file
View File

0
scripts/core/sxmo_common.sh Normal file → Executable file
View File

0
scripts/core/sxmo_daemons.sh Normal file → Executable file
View File

0
scripts/core/sxmo_idle.sh Normal file → Executable file
View File

0
scripts/core/sxmo_led.sh Normal file → Executable file
View File

0
scripts/core/sxmo_menumode_toggler.sh Normal file → Executable file
View File

0
scripts/core/sxmo_migrate.sh Normal file → Executable file
View File

0
scripts/core/sxmo_mmsdconfig.sh Normal file → Executable file
View File

0
scripts/core/sxmo_movement.sh Normal file → Executable file
View File

0
scripts/core/sxmo_mutex.sh Normal file → Executable file
View File

0
scripts/core/sxmo_notify_user.sh Normal file → Executable file
View File

0
scripts/core/sxmo_phonemenu.sh Normal file → Executable file
View File

0
scripts/core/sxmo_playerctl.sh Normal file → Executable file
View File

0
scripts/core/sxmo_power.sh Normal file → Executable file
View File

0
scripts/core/sxmo_rtcwake.sh Normal file → Executable file
View File

0
scripts/core/sxmo_run_aligned.sh Normal file → Executable file
View File

0
scripts/core/sxmo_run_periodically.sh Normal file → Executable file
View File

0
scripts/core/sxmo_status_xsetroot.sh Normal file → Executable file
View File

0
scripts/core/sxmo_type.sh Normal file → Executable file
View File

0
scripts/core/sxmo_uniq_exec.sh Normal file → Executable file
View File

0
scripts/core/sxmo_validnumber.sh Normal file → Executable file
View File

0
scripts/core/sxmo_vvmdconfig.sh Normal file → Executable file
View File

0
scripts/core/sxmo_winit.sh Normal file → Executable file
View File

0
scripts/core/sxmo_wob.sh Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
scripts/modem/sxmo_mms.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_modem.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_modemaudio.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_modemcall.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_modemsendsms.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_unlocksim.sh Normal file → Executable file
View File

0
scripts/modem/sxmo_vvm.sh Normal file → Executable file
View File

View File

@@ -1,7 +1,9 @@
# shellcheck disable=SC2155
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright 2022 Sxmo Contributors
export PATH="$PATH:$(pwd)/scripts/core"
export PATH="$PATH:$(pwd)/scripts/core:$(pwd)/configs/default_hooks"
XDG_RUNTIME_DIR="$(mktemp -d)"
export XDG_RUNTIME_DIR
Describe 'sxmo_mutex.sh'
# Make sure we're running in a somewhat clean environment