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>
This commit is contained in:
Masatake YAMATO 2022-11-23 16:03:37 +09:00
parent 061282b2a4
commit 7155e836de
223 changed files with 233 additions and 233 deletions

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="swap bytes"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_BYTESWAP"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="offsets"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_BLKDISCARD"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="DM error"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_BLKID"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="superblocks probing"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="partitions probing"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MD raid0 (whole-disks)"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MD raid1 (last partition)"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MD raid1 (whole-disks)"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -8,7 +8,7 @@ TS_DESC="config"
# Don't execute this test by default, --force required
TS_OPTIONAL="yes"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_prog "readelf"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="Year 2147483646"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_CAL"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="color"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="color with week numbers"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="January 1753"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="month"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_CAL"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="September 1752"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_CAL"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="vertical"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_CAL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="week number given as argument"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="week number corner cases"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="year"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_CAL"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="gecos"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="io effects"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="multibyte input"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="newline handling"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COL"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="options"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COL"

View file

@ -18,7 +18,7 @@ TS_DESC="functional"
export LC_CTYPE='C'
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_wcsspn

View file

@ -16,7 +16,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="regressions"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_wcsspn

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="basic check"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COLRM"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="columnate"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COLUMN"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="invalid multibyte"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COLUMN"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="multiple files"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_COLUMN"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="table"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_wcsspn

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mkfs doubles"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MKCRAMFS"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="fsck bad header"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MKCRAMFS"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="fsck endianness"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MKCRAMFS"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mkfs checksums"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MKCRAMFS"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mkfs endianness"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MKCRAMFS"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="colors"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="levels"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="decode"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="delta"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="facilities"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="indentation"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_DMESG"

View file

@ -3,7 +3,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="umount"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -23,7 +23,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="align 512/4K"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -23,7 +23,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="align 512/4K +alignment_offset"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -23,7 +23,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="align 512/4K +MD"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -22,7 +22,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="align 512/512"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -23,7 +23,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="align 512/512 +topology"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="nested BSD"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="GPT"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -21,7 +21,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="gpt-resize"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MBR - id"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MBR - dos mode"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MBR - non-dos mode"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="MBR - sort"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="invalid input tests"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="sunlabel tests"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -3,7 +3,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="count file contents in core"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_SYSINFO"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="filter"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FINDMNT"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="outputs"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FINDMNT"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="target"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FINDMNT"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="is mounted"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MOUNT"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="test_blkid_fuzz"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_BLKID_FUZZ"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="test_fdisk_script_fuzz"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_LIBFDISK_SCRIPT_FUZZ"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="test_last_fuzz"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_LAST_FUZZ"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="test_mount_fuzz"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_HELPER_LIBMOUNT_FUZZ"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="basic"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_GETOPT"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="options"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_GETOPT"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="options"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"

View file

@ -19,7 +19,7 @@ FILES="$TS_TOPDIR/ts/hexdump/files"
#for i in range(256):
# print(chr(i), end= ' ')
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_HEXDUMP"

View file

@ -21,7 +21,7 @@ ADDRFMT='-e "%07.7_Ax\n"'
#for i in range(256):
# print(chr(i), end= ' ')
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_HEXDUMP"

View file

@ -20,7 +20,7 @@ TS_TOPDIR="${0%/*}/../.."
TS_DESC="system to hw"
NTP_SERVER="0.fedora.pool.ntp.org"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_HWCLOCK"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="headers"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="limits overflow"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"
@ -28,7 +28,7 @@ ts_check_test_command "$TS_HELPER_SYSINFO"
ts_skip_nonroot
ts_check_prog "bc"
. $TS_SELF/functions.sh
. "$TS_SELF"/functions.sh
ts_lock "ipcslimits"

View file

@ -19,14 +19,14 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="basic limits"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"
ts_check_test_command "$TS_HELPER_SYSINFO"
ts_check_prog "bc"
. $TS_SELF/functions.sh
. "$TS_SELF"/functions.sh
ts_lock "ipcslimits"

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mk-rm-msg"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"
@ -23,7 +23,7 @@ ts_check_test_command "$TS_CMD_IPCMK"
ts_check_test_command "$TS_CMD_IPCRM"
ts_check_test_command "$TS_HELPER_SYSINFO"
. $TS_SELF/functions.sh
. "$TS_SELF"/functions.sh
rm -f $TS_OUTDIR/id-msg
$TS_CMD_IPCMK -Q 2>>$TS_OUTPUT | ipcmk_output_handler $TS_OUTPUT $TS_OUTDIR/id-msg

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mk-rm-sem"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"
@ -23,7 +23,7 @@ ts_check_test_command "$TS_CMD_IPCMK"
ts_check_test_command "$TS_CMD_IPCRM"
ts_check_test_command "$TS_HELPER_SYSINFO"
. $TS_SELF/functions.sh
. "$TS_SELF"/functions.sh
rm -f $TS_OUTDIR/id-sem
$TS_CMD_IPCMK -S 1 2>>$TS_OUTPUT | ipcmk_output_handler $TS_OUTPUT $TS_OUTDIR/id-sem

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mk-rm-shm"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_IPCS"
@ -23,7 +23,7 @@ ts_check_test_command "$TS_CMD_IPCMK"
ts_check_test_command "$TS_CMD_IPCRM"
ts_check_test_command "$TS_HELPER_SYSINFO"
. $TS_SELF/functions.sh
. "$TS_SELF"/functions.sh
rm -f $TS_OUTDIR/id-shm
$TS_CMD_IPCMK -M 1 2>>$TS_OUTPUT | ipcmk_output_handler $TS_OUTPUT $TS_OUTDIR/id-shm

View file

@ -15,7 +15,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="print-size"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_ISOSIZE"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="GPT"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBFDISK_GPT"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mkpart"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBFDISK_MKPART"

View file

@ -20,7 +20,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="mkpart-full"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBFDISK_MKPART_FULLSPEC"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="context"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="context-py"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="context (utab)"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -4,7 +4,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="context-py (utab)"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_FDISK"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="debugging"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_DEBUG"

View file

@ -7,7 +7,7 @@ TS_DESC="lock"
TS_OPTIONAL="yes"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_LOCK"

View file

@ -19,7 +19,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="losetup-loop"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_MOUNT"

View file

@ -18,7 +18,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="loop overlay"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command "$TS_CMD_LOSETUP"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="options string"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_OPTSTR"

View file

@ -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"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tab files"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_TAB"

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tab files-py"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_init_py libmount

View file

@ -3,7 +3,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tags"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -3,7 +3,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tags-py"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tab update"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_skip_nonroot

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="tab update-py"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_init_py libmount
ts_skip_nonroot

View file

@ -5,7 +5,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="utils"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_UTILS"

View file

@ -17,7 +17,7 @@
TS_TOPDIR="${0%/*}/../.."
TS_DESC="fromfile"
. $TS_TOPDIR/functions.sh
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
TESTPROG="$TS_HELPER_LIBSMARTCOLS_FROMFILE"

Some files were not shown because too many files have changed in this diff Show more