From a933010810b91b8cdefcd264fe4a23ffb9689069 Mon Sep 17 00:00:00 2001 From: itspngu <34752364+itspngu@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:31:41 +0100 Subject: make tests individually executable --- tests/describe.bats | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 tests/describe.bats (limited to 'tests/describe.bats') diff --git a/tests/describe.bats b/tests/describe.bats old mode 100644 new mode 100755 index 1ac58ff..7692c63 --- a/tests/describe.bats +++ b/tests/describe.bats @@ -1,3 +1,5 @@ +#!/usr/bin/env bats + @test "Name and description of firefox desktop file are properly extracted" { run env XDG_CONFIG_HOME=./data/config ../sway-launcher-desktop.sh describe desktop ./data/desktop-files/0/applications/firefox.desktop [ "$status" -eq 0 ] -- cgit v1.2.3