diff options
Diffstat (limited to 'shell/ash_test')
-rw-r--r-- | shell/ash_test/ash-misc/control_char2.right | 2 | ||||
-rwxr-xr-x | shell/ash_test/ash-misc/control_char2.tests | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/control_char2.right b/shell/ash_test/ash-misc/control_char2.right new file mode 100644 index 000000000..9498b420d --- /dev/null +++ b/shell/ash_test/ash-misc/control_char2.right | |||
@@ -0,0 +1,2 @@ | |||
1 | |||
2 | Done:0 | ||
diff --git a/shell/ash_test/ash-misc/control_char2.tests b/shell/ash_test/ash-misc/control_char2.tests new file mode 100755 index 000000000..e77d7a1a6 --- /dev/null +++ b/shell/ash_test/ash-misc/control_char2.tests | |||
@@ -0,0 +1,3 @@ | |||
1 | c=`printf '\3'` | ||
2 | eval "echo $c" | ||
3 | echo Done:$? | ||