003 File Manager
Current Path:
/usr/src/bin/sh/tests/errors
usr
/
src
/
bin
/
sh
/
tests
/
errors
/
📁
..
📄
Makefile
(1.16 KB)
📄
Makefile.depend
(176 B)
📄
assignment-error1.0
(670 B)
📄
assignment-error2.0
(106 B)
📄
backquote-error1.0
(102 B)
📄
backquote-error2.0
(196 B)
📄
bad-binary1.126
(462 B)
📄
bad-keyword1.0
(66 B)
📄
bad-parm-exp1.0
(53 B)
📄
bad-parm-exp2.2
(23 B)
📄
bad-parm-exp2.2.stderr
(28 B)
📄
bad-parm-exp3.2
(27 B)
📄
bad-parm-exp3.2.stderr
(32 B)
📄
bad-parm-exp4.2
(31 B)
📄
bad-parm-exp4.2.stderr
(36 B)
📄
bad-parm-exp5.2
(24 B)
📄
bad-parm-exp5.2.stderr
(29 B)
📄
bad-parm-exp6.2
(28 B)
📄
bad-parm-exp6.2.stderr
(34 B)
📄
bad-parm-exp7.0
(51 B)
📄
bad-parm-exp8.0
(52 B)
📄
option-error.0
(650 B)
📄
redirection-error.0
(662 B)
📄
redirection-error2.2
(97 B)
📄
redirection-error3.0
(710 B)
📄
redirection-error4.0
(164 B)
📄
redirection-error5.0
(127 B)
📄
redirection-error6.0
(381 B)
📄
redirection-error7.0
(88 B)
📄
redirection-error8.0
(145 B)
📄
script-error1.0
(112 B)
📄
write-error1.0
(36 B)
Editing: bad-binary1.126
# $FreeBSD$ # Checking for binary "scripts" without magic number is permitted but not # required by POSIX. However, it is preferable to getting errors like # Syntax error: word unexpected (expecting ")") # from trying to execute ELF binaries for the wrong architecture. T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit trap 'rm -rf "${T}"' 0 printf '\0echo bad\n' >"$T/testshellproc" chmod 755 "$T/testshellproc" PATH=$T:$PATH testshellproc 2>/dev/null
Upload File
Create Folder