test/load/child.bxt in bauxite-0.6.18 vs test/load/child.bxt in bauxite-0.6.19
- old
+ new
@@ -1,13 +1,13 @@
-echo "Welcome to child!"
-set child_only "this is local"
-echo "In here var is ${var}"
-echo "... and __FILE__ is ${__FILE__}"
-echo "... and other is ${other}"
-echo "... and child_only is ${child_only}"
-echo "Bye bye!"
-assertv "child.bxt$" "${__FILE__}"
-assertv "^this shouldn't change$" "${other}"
-assertv "^overriden$" "${var}"
-assertv "^this is local$" "${child_only}"
-set retval "child"
+echo "Welcome to child!"
+set child_only "this is local"
+echo "In here var is ${var}"
+echo "... and __FILE__ is ${__FILE__}"
+echo "... and other is ${other}"
+echo "... and child_only is ${child_only}"
+echo "Bye bye!"
+assertv "child.bxt$" "${__FILE__}"
+assertv "^this shouldn't change$" "${other}"
+assertv "^overriden$" "${var}"
+assertv "^this is local$" "${child_only}"
+set retval "child"
return retval
\ No newline at end of file