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

tests/test_output.sh

index f9b4e83dcc5807f559da8ea8c0bd4d623dd5aa48..da641e8ad541b76c3f0f396127434f4150bd440a 100755 (executable)
@@ -149,16 +149,16 @@ test_output ( ) {
     
 }
 
-test_output "$exp_silent" "$act_silent" "CK_SILENT STDOUT NORMAL";
-test_output "$exp_silent" "$act_silent_env" "CK_ENV STDOUT NORMAL";
-test_output "$exp_minimal" "$act_minimal" "CK_MINIMAL STDOUT NORMAL";
-test_output "$exp_minimal" "$act_minimal_env" "CK_ENV STDOUT NORMAL";
-test_output "$exp_normal" "$act_normal" "CK_NORMAL STDOUT NORMAL";
-test_output "$exp_normal" "$act_normal_env" "CK_ENV STDOUT NORMAL";
-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";
+test_output "$exp_silent"  "$act_silent"             "CK_SILENT STDOUT NORMAL";
+test_output "$exp_silent"  "$act_silent_env"         "CK_ENV STDOUT NORMAL";
+test_output "$exp_minimal" "$act_minimal"            "CK_MINIMAL STDOUT NORMAL";
+test_output "$exp_minimal" "$act_minimal_env"        "CK_ENV STDOUT NORMAL";
+test_output "$exp_normal"  "$act_normal"             "CK_NORMAL STDOUT NORMAL";
+test_output "$exp_normal"  "$act_normal_env"         "CK_ENV STDOUT NORMAL";
+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";
 fi