diff options
| author | Masatake YAMATO <yamato@redhat.com> | 2022-11-23 16:03:37 +0900 |
|---|---|---|
| committer | Masatake YAMATO <yamato@redhat.com> | 2022-11-23 16:09:48 +0900 |
| commit | 7155e836defb336536d39dd9aed57770c55b1aa9 (patch) | |
| tree | 1a0f26dfbe8496ef7f80d395bcf584c83a8d5eb7 /tests/ts/libmount/tabdiff | |
| parent | 061282b2a48008373c88c86a2bed6ce0602b29d6 (diff) | |
| download | util-linux-7155e836defb336536d39dd9aed57770c55b1aa9.tar.gz | |
tests: wrap $TS_{TOPDIR,SELF} in "." cmdline with double quote chars
The command lines used for this change:
$ cd tests/ts
$ sed -i -e 's|. $TS_SELF/|. "$TS_SELF"/|' $(grep --exclude='*~' -lr -e '^\. \$TS_SELF/')
$ sed -i -e 's|. $TS_TOPDIR/functions.sh|. "$TS_TOPDIR"/functions.sh|' $(grep --exclude='*~' -lr -e '^\. \$TS_TOPDIR/functions.sh')
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'tests/ts/libmount/tabdiff')
| -rwxr-xr-x | tests/ts/libmount/tabdiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/libmount/tabdiff b/tests/ts/libmount/tabdiff index 344daaee7..2f9acb91d 100755 --- a/tests/ts/libmount/tabdiff +++ b/tests/ts/libmount/tabdiff @@ -5,7 +5,7 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="table diffs" -. $TS_TOPDIR/functions.sh +. "$TS_TOPDIR"/functions.sh ts_init "$*" TESTPROG="$TS_HELPER_LIBMOUNT_TABDIFF" |
