summaryrefslogtreecommitdiffstats
path: root/scratch/bash-3.1.orig/tests/read4.sub
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/bash-3.1.orig/tests/read4.sub')
-rw-r--r--scratch/bash-3.1.orig/tests/read4.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/scratch/bash-3.1.orig/tests/read4.sub b/scratch/bash-3.1.orig/tests/read4.sub
new file mode 100644
index 0000000..80bc9fc
--- /dev/null
+++ b/scratch/bash-3.1.orig/tests/read4.sub
@@ -0,0 +1,4 @@
+while read -u 3 var
+do
+ echo "$var"
+done 3<$0