/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/ts/libmount/tabdiff
31 строка
818 B
Christian Goeschel Ndjomouo
tests: quote TS_{OUTPUT,ERRLOG} variables
04 май 2026, 14:31
Не верифицирован
04 май 2026, 14:31
e00b01c
Код
Авторство
О чём код?
#!/usr/bin/env bash # Copyright (C) 2011 Karel Zak <kzak@redhat.com> TS_TOPDIR="${0%/*}/../.." TS_DESC="table diffs" . "$TS_TOPDIR"/functions.sh ts_init "$*" TESTPROG="$TS_HELPER_LIBMOUNT_TABDIFF" [ -x $TESTPROG ] || ts_skip "test not compiled" ts_init_subtest "mount" ts_run $TESTPROG --diff $TS_SELF/files/mountinfo_u $TS_SELF/files/mountinfo &> "$TS_OUTPUT" ts_finalize_subtest ts_init_subtest "umount" ts_run $TESTPROG --diff $TS_SELF/files/mountinfo $TS_SELF/files/mountinfo_u &> "$TS_OUTPUT" ts_finalize_subtest ts_init_subtest "remount" ts_run $TESTPROG --diff $TS_SELF/files/mountinfo $TS_SELF/files/mountinfo_re &> "$TS_OUTPUT" ts_finalize_subtest ts_init_subtest "move" ts_run $TESTPROG --diff $TS_SELF/files/mountinfo $TS_SELF/files/mountinfo_mv &> "$TS_OUTPUT" ts_finalize_subtest ts_finalize