tests: use -z / -n to test for string empty / non-empty
[babeltrace.git] / tests / cli / test_trace_copy
index 761465e5da9c43b503018bf8ee4bccabe6af8175..e8c9b2c86210a391089953e89733a240ed341d34 100755 (executable)
@@ -7,7 +7,7 @@
 
 SH_TAP=1
 
-if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then
+if [ -n "${BT_TESTS_SRCDIR:-}" ]; then
        UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh"
 else
        UTILSSH="$(dirname "$0")/../utils/utils.sh"
This page took 0.022893 seconds and 4 git commands to generate.