From 2cf150eb37554d335cec181d55c4ce5caf5162e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Wed, 23 Oct 2019 23:04:00 +0200 Subject: Fix failing tests --- tests/describe.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/describe.bats b/tests/describe.bats index 3285163..7d2f866 100644 --- a/tests/describe.bats +++ b/tests/describe.bats @@ -5,9 +5,9 @@ [[ ${lines[1]} =~ "Browse the World Wide Web" ]] } -@test "Name and description of awk command should be given" { - run ../sway-launcher-desktop.sh describe awk command +@test "Name and description of ls command should be given" { + run ../sway-launcher-desktop.sh describe ls command [ "$status" -eq 0 ] - [[ ${lines[0]} =~ "awk" ]] - [[ ${lines[1]} =~ "pattern scanning and processing language" ]] + [[ ${lines[0]} =~ "ls" ]] + [[ ${lines[1]} =~ "list directory contents" ]] } \ No newline at end of file -- cgit v1.2.3