]> granicus.if.org Git - check/commitdiff
test_output.sh: spacing
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:34:06 +0000 (18:34 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:34:06 +0000 (18:34 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1026 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/test_output.sh

index 3d2b0ecef87c1a6def002280e48dac347185bc88..763327e34d55264c44ce6b96475f3e5a54bef6a0 100755 (executable)
@@ -152,7 +152,8 @@ test_output "$exp_normal"  "$act_normal_env_blank"   "CK_ENV STDOUT NORMAL";
 test_output "$exp_normal"  "$act_normal_env_invalid" "CK_ENV STDOUT NORMAL";
 test_output "$exp_verbose" "$act_verbose"            "CK_VERBOSE STDOUT NORMAL";
 test_output "$exp_verbose" "$act_verbose_env"        "CK_ENV STDOUT NORMAL";
+
 if test 1 -eq $ENABLE_SUBUNIT; then
-test_output "$exp_subunit" "$act_subunit" "CK_SUBUNIT STDOUT NORMAL";
+    test_output "$exp_subunit" "$act_subunit" "CK_SUBUNIT STDOUT NORMAL";
 fi
 exit 0