Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / tests / builtins.right
index 0cb71f9..9d7bb0e 100644 (file)
@@ -105,9 +105,9 @@ m n o p
 /tmp/bash-dir-a
 /tmp/bash-dir-a
 /tmp/bash-dir-a
-./source5.sub: /tmp/source-notthere: No such file or directory
+./source5.sub: line 10: /tmp/source-notthere: No such file or directory
 after bad source 1
-./source5.sub: /tmp/source-notthere: No such file or directory
+./source5.sub: line 17: /tmp/source-notthere: No such file or directory
 AVAR
 foo
 foo
@@ -118,15 +118,15 @@ AVAR
 foo
 declare -x foo=""
 declare -x FOO="\$\$"
-./builtins.tests: declare: FOO: not found
+./builtins.tests: line 219: declare: FOO: not found
 declare -x FOO="\$\$"
 ok
 ok
-./builtins.tests: kill: bad signal number: 4096
+./builtins.tests: line 251: kill: 4096: invalid signal specification
 1
 a\n\n\nb
 a
 
 
 b
-./builtins.tests: exit: bad non-numeric arg `status'
+./builtins.tests: line 260: exit: status: numeric argument required