diff options
Diffstat (limited to 'tests/history.tests')
-rw-r--r-- | tests/history.tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/history.tests b/tests/history.tests index 833cf3a..688095d 100644 --- a/tests/history.tests +++ b/tests/history.tests @@ -92,7 +92,22 @@ r cc unalias -a alias +# these two blocks had better both result in the same output +echo aa +echo bb +echo cc +fc -e cat + +echo aa +echo bb +echo cc +fc -e cat -1 + set +o history shopt -q -o history echo $? + +${THIS_SH} ./history1.sub + +${THIS_SH} ./history2.sub |