Skip to content

Commit

Permalink
Merge pull request avocado-framework#6104 from arif-ali/avocado-arif-…
Browse files Browse the repository at this point in the history
…posix-shell

Fix bash-term-in-posix-shell in sleeptest
  • Loading branch information
richtja authored Jan 23, 2025
2 parents 670b97d + 01efe2a commit 2337945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tests/sleeptest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if [[ -z ${SLEEP_LENGTH} ]]; then
if [ -z ${SLEEP_LENGTH} ]; then
SLEEP_LENGTH=1
fi

Expand Down

0 comments on commit 2337945

Please sign in to comment.