tests: remove debug stuff from ts/script/options

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-05-14 11:56:46 +02:00
parent 0da73643b5
commit 4dfdb1b143
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ ts_init_subtest "size"
$TS_HELPER_SCRIPT --output-limit 9 --command "echo 1:1234567890" $TS_OUTPUT </dev/null >/dev/null 2>&1
$TS_HELPER_SCRIPT -a -o 9 --command "echo 2:1234567890" $TS_OUTPUT </dev/null >/dev/null 2>&1
echo $? >> $TS_OUTPUT
cp /home/fmora/u/src/util-linux/tests/output/script/options-size /tmp
ts_finalize_subtest
ts_finalize