Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / history.right
index deb6b86..3dc93a1 100644 (file)
@@ -1,8 +1,8 @@
-./history.tests: history: illegal option: -x
-history: usage: history [-c] [-d offset] [n] or history -awrn [filename] or history -ps arg [arg...]
-./history.tests: history: cannot use more than one of -anrw
-./history.tests: fc: illegal option: -v
-fc: usage: fc [-e ename] [-nlr] [first] [last] or fc -s [pat=rep] [cmd]
+./history.tests: line 4: history: -x: invalid option
+history: usage: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]
+./history.tests: line 6: history: cannot use more than one of -anrw
+./history.tests: line 9: fc: -v: invalid option
+fc: usage: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]
     1  for i in one two three; do echo $i; done
     2  /bin/sh -c 'echo this is $0'
     3  ls
@@ -97,8 +97,7 @@ line 2 for history
 6       HISTFILE=/tmp/newhistory
 7       echo displaying \$HISTFILE after history -a
 8       cat $HISTFILE
-./history.tests: fc: history specification out of range
-./history.tests: fc: history specification out of range
+./history.tests: line 75: fc: history specification out of range
    14  set -H
    15  echo line 2 for history
    16  unset HISTSIZE
@@ -108,5 +107,40 @@ echo xx xb xc
 xx xb xc
 echo 44 48 4c
 44 48 4c
-./history.tests: fc: no command found
+./history.tests: line 90: fc: no command found
+aa
+bb
+cc
+echo cc
+echo cc
+cc
+aa
+bb
+cc
+echo cc
+echo cc
+cc
 1
+one
+two
+three
+    1  cat <<!
+one
+two
+three
+!
+
+    2  history
+cat <<!
+one
+two
+three
+!
+
+one
+two
+three
+4.3
+echo ${BASH_VERSION%\.*}
+4.3
+        echo ${BASH_VERSION%\.*}