]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/set-x.right
Bash-4.1 distribution source
[thirdparty/bash.git] / tests / set-x.right
index fc55bd88757fdbc75931e4df35f786ce6dfb8eab..a41a382a30a6ad1e4c3bb858ab81f9298baea660 100644 (file)
 + x=i
 + case x in
 + x=i
++ set +x
+1
+2
+3
+4
++ for f in a b c d e
++ echo a
+a
++ for f in a b c d e
++ echo b
+b
++ for f in a b c d e
++ echo c
+c
++ for f in a b c d e
++ echo d
+d
++ for f in a b c d e
++ echo e
+e
++ set +x
+TRACEFILE:
++ echo 1
++ echo 2
++ echo 3
++ echo 4
++ unset BASH_XTRACEFD
+=====