summaryrefslogtreecommitdiffstats
path: root/tests/ts/misc/ionice
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/misc/ionice')
-rwxr-xr-xtests/ts/misc/ionice2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/misc/ionice b/tests/ts/misc/ionice
index 29f4d6164..32b22598a 100755
--- a/tests/ts/misc/ionice
+++ b/tests/ts/misc/ionice
@@ -18,6 +18,8 @@ TS_DESC="ionice"
. $TS_TOPDIR/functions.sh
ts_init "$*"
+ts_check_test_command "$TS_CMD_IONICE"
+
$TS_CMD_IONICE -p $$ -n 0 -c 0 >> $TS_OUTPUT 2>&1
$TS_CMD_IONICE -p $$ -n 3 -c 7 >> $TS_OUTPUT 2>&1
$TS_CMD_IONICE -p $$ -n 4 -c 7 >> $TS_OUTPUT 2>&1