util-linux/tests
Sami Kerola 4520caa11e tests: move stderr redirection out from test expression
Fix shellcheck error.

if ! [ "$paraller_jobs" -ge 0 2>/dev/null ]; then
^-- SC1009: The mentioned parser error was in this if expression.
     ^-- SC1073: Couldn't parse this test expression.
                              ^-- SC1072: Expected test to end here (don't
                                  wrap commands in []/[[]]). Fix any
                                  mentioned problems and try again.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2018-05-28 13:36:38 +02:00
..
expected libblkid: udf: Fix reporting UDF 2.60 revision 2018-05-25 17:52:31 +02:00
helpers tests: add tests for encode functions from lib/mbsalign.c 2018-01-10 17:40:53 +01:00
ts libblkid: udf: Fix reporting UDF 2.60 revision 2018-05-25 17:52:31 +02:00
.gitignore tests: make compatible with autotools 2012-08-03 21:24:51 +02:00
Makemodule.am tests: style Makefile and make output 2014-05-12 09:57:14 +02:00
commands.sh tests: use TS_HELPER_CAL 2018-02-02 10:16:27 +01:00
functions.sh tests: use libtool to execute with valgrind 2018-03-21 12:23:22 +01:00
run.sh tests: move stderr redirection out from test expression 2018-05-28 13:36:38 +02:00