ash: fix redirection of fd 0 in scripts are sourced from interactive ash
[oweals/busybox.git] / shell / ash_test / ash-arith / arith.tests
index 272fc3487816c86e275bbf0ae1287ee966a26c63..d65758e7d07ff529c7878c81c4e52083c76f80c2 100755 (executable)
@@ -144,12 +144,12 @@ echo 40 $(( 8 ^ 32 ))
 #ash# echo 10 $(( 32#a ))
 #ash# echo 10 $(( 56#a ))
 #ash# echo 10 $(( 64#a ))
-#ash# 
+#ash#
 #ash# echo 10 $(( 16#A ))
 #ash# echo 10 $(( 32#A ))
 #ash# echo 36 $(( 56#A ))
 #ash# echo 36 $(( 64#A ))
-#ash# 
+#ash#
 #ash# echo 62 $(( 64#@ ))
 #ash# echo 63 $(( 64#_ ))