summaryrefslogtreecommitdiffstats
path: root/tests/ts/hexdump
diff options
context:
space:
mode:
authorKarel Zak2019-03-04 16:42:30 +0100
committerKarel Zak2019-03-04 16:42:30 +0100
commit19e00ec9e9e9c36305cf2dd163d0333e2d72c671 (patch)
tree497396ee6dc13a5cf2cc34599a7ad1aac6b5cbaf /tests/ts/hexdump
parentsu/runuser: don't mark --pty as experimental, add it to runuser.1 too (diff)
downloadkernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.tar.gz
kernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.tar.xz
kernel-qcow2-util-linux-19e00ec9e9e9c36305cf2dd163d0333e2d72c671.zip
tests: add missing ts_check_test_command calls
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/hexdump')
-rwxr-xr-xtests/ts/hexdump/format-strings1
-rwxr-xr-xtests/ts/hexdump/highlighting1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/hexdump/format-strings b/tests/ts/hexdump/format-strings
index e6f9229a5..f2dc6a89b 100755
--- a/tests/ts/hexdump/format-strings
+++ b/tests/ts/hexdump/format-strings
@@ -23,6 +23,7 @@ FILES="$TS_TOPDIR/ts/hexdump/files"
ts_init "$*"
ts_check_test_command "$TS_CMD_HEXDUMP"
+ts_check_test_command "$TS_HELPER_SYSINFO"
# on big endian systems some of the subtests have different expected output
BYTE_ORDER=$($TS_HELPER_SYSINFO byte-order)
diff --git a/tests/ts/hexdump/highlighting b/tests/ts/hexdump/highlighting
index cf78f7b96..e57757978 100755
--- a/tests/ts/hexdump/highlighting
+++ b/tests/ts/hexdump/highlighting
@@ -25,6 +25,7 @@ ADDRFMT='-e "%07.7_Ax\n"'
ts_init "$*"
ts_check_test_command "$TS_CMD_HEXDUMP"
+ts_check_test_command "$TS_HELPER_SYSINFO"
# on big endian systems some of the subtests have different expected output
BYTE_ORDER=$($TS_HELPER_SYSINFO byte-order)