summaryrefslogtreecommitdiffstats
path: root/tests/ts
diff options
context:
space:
mode:
authorKarel Zak2018-05-14 11:56:46 +0200
committerKarel Zak2018-05-14 11:56:46 +0200
commit4dfdb1b14376f66e18bab327fcb843ede7470a60 (patch)
treed47dce0d7d5f5a80aa9409b9a3521621abf5a0e0 /tests/ts
parentscript: use uint64_t for file sizes (diff)
downloadkernel-qcow2-util-linux-4dfdb1b14376f66e18bab327fcb843ede7470a60.tar.gz
kernel-qcow2-util-linux-4dfdb1b14376f66e18bab327fcb843ede7470a60.tar.xz
kernel-qcow2-util-linux-4dfdb1b14376f66e18bab327fcb843ede7470a60.zip
tests: remove debug stuff from ts/script/options
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts')
-rwxr-xr-xtests/ts/script/options1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ts/script/options b/tests/ts/script/options
index 67a8b444d..9b5f9d5ab 100755
--- a/tests/ts/script/options
+++ b/tests/ts/script/options
@@ -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