aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-backend.sh
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-03-01 16:13:44 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-03-01 16:13:44 +0000
commitce6f1d2f9c51e3be294fd4dfbd0e367afae15e55 (patch)
tree72c5eadc90d7a205557e260e30526fff1bb0480c /test/test-backend.sh
parentba18b3d7d90334f074b3618449edbb9b23ff5989 (diff)
Whitespace changes: Convert spaces to tabs. Add modelines.
svn path=/trunk/; revision=47975
Diffstat (limited to 'test/test-backend.sh')
-rwxr-xr-xtest/test-backend.sh31
1 files changed, 16 insertions, 15 deletions
diff --git a/test/test-backend.sh b/test/test-backend.sh
index 8c2b429f84..1dba9ba4d9 100755
--- a/test/test-backend.sh
+++ b/test/test-backend.sh
@@ -37,17 +37,17 @@
# coloring the output
if [ $USE_COLOR -eq 1 ] ; then
- color_reset="tput sgr0"
- color_green=''
- color_red=''
- color_yellow=''
- color_blue=''
+ color_reset="tput sgr0"
+ color_green=''
+ color_red=''
+ color_yellow=''
+ color_blue=''
else
- color_reset="true"
- color_green=''
- color_red=''
- color_yellow=''
- color_blue=''
+ color_reset="true"
+ color_green=''
+ color_red=''
+ color_yellow=''
+ color_blue=''
fi
# runtime flags
@@ -198,7 +198,6 @@ test_suite_add() {
echo " Suite: $1 (${TEST_STEPS[TEST_NESTING_LEVEL+1]} subitems)"
$color_reset
fi
-
}
@@ -336,13 +335,15 @@ test_step_output_print() {
done
}
-# Editor modelines
#
-# Local Variables:
-# sh-basic-offset: 8
+# Editor modelines - http://www.wireshark.org/tools/modelines.html
+#
+# Local variables:
+# c-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
#
-# ex: set shiftwidth=8 tabstop=8 noexpandtab:
+# vi: set shiftwidth=8 tabstop=8 noexpandtab:
# :indentSize=8:tabSize=8:noTabs=false:
+#