aboutsummaryrefslogtreecommitdiffstats
path: root/tests/describe.bats
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-10-23 23:04:00 +0200
committerMoritz Meißelbach <arbelzapf@gmail.com>2019-10-23 23:04:00 +0200
commit2cf150eb37554d335cec181d55c4ce5caf5162e5 (patch)
tree0cd95ebbded8706719c6dd8a2ff9d9fb0b98ffda /tests/describe.bats
parent49c1a64d1cc00f3d160e74ea49898e9107eb6486 (diff)
downloadsway-launcher-desktop-2cf150eb37554d335cec181d55c4ce5caf5162e5.tar.gz
sway-launcher-desktop-2cf150eb37554d335cec181d55c4ce5caf5162e5.zip
Fix failing tests
Diffstat (limited to 'tests/describe.bats')
-rw-r--r--tests/describe.bats8
1 files changed, 4 insertions, 4 deletions
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