We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073b38f commit 7fd8c29Copy full SHA for 7fd8c29
1 file changed
test-case/check-pause-resume.sh
@@ -17,8 +17,9 @@ set -e
17
## no error happen for aplay/arecord
18
##
19
20
+TOPDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)
21
# shellcheck source=case-lib/lib.sh
-source "$(dirname "${BASH_SOURCE[0]}")"/../case-lib/lib.sh
22
+source "$TOPDIR"/case-lib/lib.sh
23
24
OPT_NAME['t']='tplg' OPT_DESC['t']='tplg file, default value is env TPLG: $''TPLG'
25
OPT_HAS_ARG['t']=1 OPT_VAL['t']="$TPLG"
0 commit comments