Imported from ../bash-3.1.tar.gz.
[platform/upstream/bash.git] / tests / type.right
index 853c33b..dbd51ca 100644 (file)
@@ -1,7 +1,6 @@
 ./type.tests: line 9: type: -r: invalid option
 type: usage: type [-afptP] name [name ...]
 ./type.tests: line 12: type: notthere: not found
-./type.tests: line 13: command: notthere: not found
 function
 keyword
 builtin
@@ -25,8 +24,7 @@ func ()
 }
 while
 while is a shell keyword
-./type.tests: line 42: type: m: not found
-./type.tests: line 43: command: m: not found
+./type.tests: line 43: type: m: not found
 alias m='more'
 alias m='more'
 m is aliased to `more'
@@ -39,8 +37,8 @@ builtin
 builtin is a shell builtin
 /bin/sh
 /bin/sh is /bin/sh
-./type.tests: line 64: type: func: not found
-./type.tests: line 66: type: m: not found
+./type.tests: line 65: type: func: not found
+./type.tests: line 67: type: m: not found
 /bin/sh
 /tmp/bash
 bash is hashed (/tmp/bash)