Fix uname during tests

This commit is contained in:
Michael Aquilina 2019-07-15 10:43:51 +01:00
parent d40a07369f
commit 2bfb93573b
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -7,6 +7,10 @@
echo "Notification: $@" echo "Notification: $@"
} }
function uname {
echo "Linux"
}
# Mock date function to return a frozen timestamp # Mock date function to return a frozen timestamp
function date { function date {
if [[ "$1" == +"%s" ]]; then if [[ "$1" == +"%s" ]]; then
@ -58,7 +62,7 @@
done done
} }
@test 'auto-notify-send sends notification' { @test 'auto-notify-send sends notification on Linux' {
AUTO_COMMAND="f bar -r" AUTO_COMMAND="f bar -r"
AUTO_COMMAND_FULL="foo bar -r" AUTO_COMMAND_FULL="foo bar -r"
AUTO_COMMAND_START=11080 AUTO_COMMAND_START=11080