aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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