typescript-virtual-container 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +2 -1
- package/README.md +137 -19
- package/benchmark-results.txt +21 -21
- package/builds/self-standalone.js +200 -193
- package/builds/self-standalone.js.map +4 -4
- package/builds/standalone-wo-sftp.js +166 -159
- package/builds/standalone-wo-sftp.js.map +4 -4
- package/builds/standalone.js +168 -161
- package/builds/standalone.js.map +4 -4
- package/builds/web-full-api.min.js +5 -5
- package/builds/web-full-api.min.js.map +3 -3
- package/builds/web.min.js +5 -5
- package/builds/web.min.js.map +3 -3
- package/bun.lock +4 -6
- package/examples/web.min.js +5 -5
- package/package.json +4 -3
- package/src/Honeypot/index.d.ts.map +1 -0
- package/src/SSHClient/index.d.ts.map +1 -0
- package/src/SSHMimic/exec.d.ts.map +1 -0
- package/src/SSHMimic/executor.d.ts.map +1 -0
- package/src/SSHMimic/hostKey.d.ts.map +1 -0
- package/src/SSHMimic/index.d.ts.map +1 -0
- package/src/SSHMimic/loginBanner.d.ts.map +1 -0
- package/src/SSHMimic/loginFormat.d.ts.map +1 -0
- package/src/SSHMimic/prompt.d.ts.map +1 -0
- package/src/SSHMimic/sftp.d.ts.map +1 -0
- package/src/VirtualFileSystem/binaryPack.d.ts.map +1 -0
- package/src/VirtualFileSystem/index.d.ts.map +1 -0
- package/src/VirtualFileSystem/index.ts +11 -9
- package/src/VirtualFileSystem/internalTypes.d.ts.map +1 -0
- package/src/VirtualFileSystem/path.d.ts.map +1 -0
- package/src/VirtualPackageManager/index.d.ts.map +1 -0
- package/src/VirtualShell/index.d.ts.map +1 -0
- package/src/VirtualShell/shell.d.ts.map +1 -0
- package/src/VirtualShell/shellParser.d.ts.map +1 -0
- package/{dist → src}/VirtualShell/shellParser.js +2 -1
- package/src/VirtualShell/shellParser.ts +3 -2
- package/src/VirtualUserManager/index.d.ts.map +1 -0
- package/src/bun.d.ts +1 -0
- package/src/commands/adduser.d.ts.map +1 -0
- package/src/commands/alias.d.ts.map +1 -0
- package/src/commands/apt.d.ts.map +1 -0
- package/src/commands/awk.d.ts.map +1 -0
- package/{dist → src}/commands/awk.js +1 -2
- package/src/commands/awk.ts +1 -2
- package/src/commands/base64.d.ts.map +1 -0
- package/src/commands/cat.d.ts.map +1 -0
- package/src/commands/cd.d.ts.map +1 -0
- package/{dist → src}/commands/cd.js +2 -2
- package/src/commands/cd.ts +2 -2
- package/src/commands/chmod.d.ts.map +1 -0
- package/src/commands/clear.d.ts.map +1 -0
- package/src/commands/command-helpers.d.ts.map +1 -0
- package/src/commands/cp.d.ts.map +1 -0
- package/src/commands/curl.d.ts.map +1 -0
- package/src/commands/cut.d.ts.map +1 -0
- package/src/commands/date.d.ts.map +1 -0
- package/src/commands/declare.d.ts.map +1 -0
- package/src/commands/deluser.d.ts.map +1 -0
- package/src/commands/df.d.ts.map +1 -0
- package/src/commands/diff.d.ts.map +1 -0
- package/src/commands/dpkg.d.ts.map +1 -0
- package/src/commands/du.d.ts.map +1 -0
- package/src/commands/echo.d.ts.map +1 -0
- package/src/commands/env.d.ts.map +1 -0
- package/src/commands/exit.d.ts.map +1 -0
- package/src/commands/export.d.ts.map +1 -0
- package/src/commands/find.d.ts.map +1 -0
- package/src/commands/free.d.ts.map +1 -0
- package/src/commands/grep.d.ts.map +1 -0
- package/src/commands/groups.d.ts.map +1 -0
- package/src/commands/gzip.d.ts.map +1 -0
- package/src/commands/head.d.ts.map +1 -0
- package/src/commands/help.d.ts.map +1 -0
- package/src/commands/helpers.d.ts.map +1 -0
- package/{dist → src}/commands/helpers.js +3 -0
- package/src/commands/helpers.ts +3 -0
- package/src/commands/history.d.ts.map +1 -0
- package/src/commands/hostname.d.ts.map +1 -0
- package/src/commands/htop.d.ts.map +1 -0
- package/src/commands/id.d.ts.map +1 -0
- package/src/commands/index.d.ts.map +1 -0
- package/src/commands/kill.d.ts.map +1 -0
- package/src/commands/ln.d.ts.map +1 -0
- package/src/commands/ls.d.ts.map +1 -0
- package/src/commands/ls.js +200 -0
- package/src/commands/ls.ts +210 -41
- package/src/commands/lsb-release.d.ts.map +1 -0
- package/src/commands/man.d.ts.map +1 -0
- package/src/commands/mkdir.d.ts.map +1 -0
- package/src/commands/mv.d.ts.map +1 -0
- package/src/commands/nano.d.ts.map +1 -0
- package/src/commands/neofetch.d.ts.map +1 -0
- package/src/commands/node.d.ts.map +1 -0
- package/src/commands/npm.d.ts.map +1 -0
- package/src/commands/passwd.d.ts.map +1 -0
- package/src/commands/ping.d.ts.map +1 -0
- package/src/commands/printf.d.ts.map +1 -0
- package/src/commands/ps.d.ts.map +1 -0
- package/src/commands/pwd.d.ts.map +1 -0
- package/src/commands/python.d.ts.map +1 -0
- package/src/commands/read.d.ts.map +1 -0
- package/src/commands/registry.d.ts.map +1 -0
- package/src/commands/rm.d.ts.map +1 -0
- package/src/commands/runtime.d.ts.map +1 -0
- package/{dist → src}/commands/runtime.js +36 -0
- package/src/commands/runtime.ts +56 -3
- package/src/commands/sed.d.ts.map +1 -0
- package/src/commands/seq.d.ts.map +1 -0
- package/src/commands/set.d.ts.map +1 -0
- package/src/commands/sh.d.ts.map +1 -0
- package/{dist → src}/commands/sh.js +8 -4
- package/src/commands/sh.ts +7 -4
- package/src/commands/shift.d.ts.map +1 -0
- package/src/commands/sleep.d.ts.map +1 -0
- package/src/commands/sort.d.ts.map +1 -0
- package/src/commands/source.d.ts.map +1 -0
- package/src/commands/stat.d.ts.map +1 -0
- package/src/commands/su.d.ts.map +1 -0
- package/src/commands/sudo.d.ts.map +1 -0
- package/src/commands/tail.d.ts.map +1 -0
- package/src/commands/tar.d.ts.map +1 -0
- package/src/commands/tee.d.ts.map +1 -0
- package/src/commands/test.d.ts.map +1 -0
- package/src/commands/test.ts +4 -2
- package/src/commands/touch.d.ts.map +1 -0
- package/src/commands/tr.d.ts.map +1 -0
- package/src/commands/tree.d.ts.map +1 -0
- package/src/commands/true.d.ts.map +1 -0
- package/src/commands/type.d.ts.map +1 -0
- package/src/commands/uname.d.ts.map +1 -0
- package/src/commands/uniq.d.ts.map +1 -0
- package/src/commands/unset.d.ts.map +1 -0
- package/src/commands/uptime.d.ts.map +1 -0
- package/src/commands/wc.d.ts.map +1 -0
- package/{dist → src}/commands/wc.js +1 -1
- package/src/commands/wc.ts +1 -1
- package/src/commands/wget.d.ts.map +1 -0
- package/src/commands/which.d.ts.map +1 -0
- package/src/commands/who.d.ts.map +1 -0
- package/src/commands/whoami.d.ts.map +1 -0
- package/src/commands/xargs.d.ts.map +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/modules/linuxRootfs.d.ts +59 -0
- package/src/modules/linuxRootfs.d.ts.map +1 -0
- package/src/modules/linuxRootfs.js +619 -0
- package/src/modules/linuxRootfs.ts +420 -231
- package/src/modules/neofetch.d.ts.map +1 -0
- package/src/modules/shellInteractive.d.ts.map +1 -0
- package/src/modules/shellRuntime.d.ts.map +1 -0
- package/{dist → src}/self-standalone.d.ts.map +1 -1
- package/src/standalone-wo-sftp.d.ts.map +1 -0
- package/{dist → src}/standalone.d.ts.map +1 -1
- package/{dist → src}/types/commands.d.ts +1 -1
- package/src/types/commands.d.ts.map +1 -0
- package/src/types/commands.ts +1 -1
- package/src/types/pipeline.d.ts.map +1 -0
- package/src/types/streams.d.ts.map +1 -0
- package/src/types/vfs.d.ts.map +1 -0
- package/{dist → src}/utils/expand.d.ts +2 -2
- package/src/utils/expand.d.ts.map +1 -0
- package/src/utils/expand.js +476 -0
- package/src/utils/expand.ts +256 -76
- package/src/utils/perfLogger.d.ts.map +1 -0
- package/src/utils/tokenize.d.ts.map +1 -0
- package/src/utils/vfsDiff.d.ts.map +1 -0
- package/src/web-api.d.ts.map +1 -0
- package/src/web-full.d.ts.map +1 -0
- package/src/web.d.ts.map +1 -0
- package/tests/command-helpers.test.d.ts +2 -0
- package/tests/command-helpers.test.d.ts.map +1 -0
- package/tests/command-helpers.test.js +92 -0
- package/tests/command-helpers.test.ts +80 -0
- package/tests/commands-admin-net.test.d.ts +2 -0
- package/tests/commands-admin-net.test.d.ts.map +1 -0
- package/tests/commands-admin-net.test.js +353 -0
- package/tests/commands-admin-net.test.ts +441 -0
- package/tests/commands-advanced.test.d.ts +2 -0
- package/tests/commands-advanced.test.d.ts.map +1 -0
- package/tests/commands-advanced.test.js +378 -0
- package/tests/commands-advanced.test.ts +456 -0
- package/tests/commands-core.test.d.ts +2 -0
- package/tests/commands-core.test.d.ts.map +1 -0
- package/tests/commands-core.test.js +477 -0
- package/tests/commands-core.test.ts +562 -0
- package/tests/commands-missing.test.d.ts +2 -0
- package/tests/commands-missing.test.d.ts.map +1 -0
- package/tests/commands-missing.test.js +470 -0
- package/tests/commands-missing.test.ts +570 -0
- package/tests/commands-specific-units.test.d.ts +2 -0
- package/tests/commands-specific-units.test.d.ts.map +1 -0
- package/tests/commands-specific-units.test.js +264 -0
- package/tests/commands-specific-units.test.ts +327 -0
- package/tests/commands-text-sys.test.d.ts +2 -0
- package/tests/commands-text-sys.test.d.ts.map +1 -0
- package/tests/commands-text-sys.test.js +366 -0
- package/tests/commands-text-sys.test.ts +445 -0
- package/tests/expand.test.d.ts +2 -0
- package/tests/expand.test.d.ts.map +1 -0
- package/tests/expand.test.js +138 -0
- package/tests/expand.test.ts +170 -0
- package/tests/helpers.test.d.ts +2 -0
- package/tests/helpers.test.d.ts.map +1 -0
- package/tests/helpers.test.js +52 -0
- package/tests/helpers.test.ts +75 -0
- package/tests/new-features.test.d.ts +2 -0
- package/tests/new-features.test.d.ts.map +1 -0
- package/tests/new-features.test.js +850 -0
- package/tests/parser-executor.test.d.ts +2 -0
- package/tests/parser-executor.test.d.ts.map +1 -0
- package/tests/parser-executor.test.js +25 -0
- package/tests/sftp.test.d.ts +2 -0
- package/tests/sftp.test.d.ts.map +1 -0
- package/tests/sftp.test.js +246 -0
- package/tests/ssh-exec.test.d.ts +2 -0
- package/tests/ssh-exec.test.d.ts.map +1 -0
- package/tests/ssh-exec.test.js +39 -0
- package/tests/test-helper.d.ts +56 -0
- package/tests/test-helper.d.ts.map +1 -0
- package/tests/test-helper.js +71 -0
- package/tests/test-helper.ts +79 -0
- package/tests/users.test.d.ts +2 -0
- package/tests/users.test.d.ts.map +1 -0
- package/tests/users.test.js +71 -0
- package/tests/web.test.d.ts +2 -0
- package/tests/web.test.d.ts.map +1 -0
- package/tests/web.test.js +149 -0
- package/tsconfig.json +2 -4
- package/dist/Honeypot/index.d.ts.map +0 -1
- package/dist/SSHClient/index.d.ts.map +0 -1
- package/dist/SSHMimic/exec.d.ts.map +0 -1
- package/dist/SSHMimic/executor.d.ts.map +0 -1
- package/dist/SSHMimic/hostKey.d.ts.map +0 -1
- package/dist/SSHMimic/index.d.ts.map +0 -1
- package/dist/SSHMimic/loginBanner.d.ts.map +0 -1
- package/dist/SSHMimic/loginFormat.d.ts.map +0 -1
- package/dist/SSHMimic/prompt.d.ts.map +0 -1
- package/dist/SSHMimic/sftp.d.ts.map +0 -1
- package/dist/VirtualFileSystem/binaryPack.d.ts.map +0 -1
- package/dist/VirtualFileSystem/index.d.ts.map +0 -1
- package/dist/VirtualFileSystem/internalTypes.d.ts.map +0 -1
- package/dist/VirtualFileSystem/path.d.ts.map +0 -1
- package/dist/VirtualPackageManager/index.d.ts.map +0 -1
- package/dist/VirtualShell/index.d.ts.map +0 -1
- package/dist/VirtualShell/shell.d.ts.map +0 -1
- package/dist/VirtualShell/shellParser.d.ts.map +0 -1
- package/dist/VirtualUserManager/index.d.ts.map +0 -1
- package/dist/commands/adduser.d.ts.map +0 -1
- package/dist/commands/alias.d.ts.map +0 -1
- package/dist/commands/apt.d.ts.map +0 -1
- package/dist/commands/awk.d.ts.map +0 -1
- package/dist/commands/base64.d.ts.map +0 -1
- package/dist/commands/cat.d.ts.map +0 -1
- package/dist/commands/cd.d.ts.map +0 -1
- package/dist/commands/chmod.d.ts.map +0 -1
- package/dist/commands/clear.d.ts.map +0 -1
- package/dist/commands/command-helpers.d.ts.map +0 -1
- package/dist/commands/cp.d.ts.map +0 -1
- package/dist/commands/curl.d.ts.map +0 -1
- package/dist/commands/cut.d.ts.map +0 -1
- package/dist/commands/date.d.ts.map +0 -1
- package/dist/commands/declare.d.ts.map +0 -1
- package/dist/commands/deluser.d.ts.map +0 -1
- package/dist/commands/df.d.ts.map +0 -1
- package/dist/commands/diff.d.ts.map +0 -1
- package/dist/commands/dpkg.d.ts.map +0 -1
- package/dist/commands/du.d.ts.map +0 -1
- package/dist/commands/echo.d.ts.map +0 -1
- package/dist/commands/env.d.ts.map +0 -1
- package/dist/commands/exit.d.ts.map +0 -1
- package/dist/commands/export.d.ts.map +0 -1
- package/dist/commands/find.d.ts.map +0 -1
- package/dist/commands/free.d.ts.map +0 -1
- package/dist/commands/grep.d.ts.map +0 -1
- package/dist/commands/groups.d.ts.map +0 -1
- package/dist/commands/gzip.d.ts.map +0 -1
- package/dist/commands/head.d.ts.map +0 -1
- package/dist/commands/help.d.ts.map +0 -1
- package/dist/commands/helpers.d.ts.map +0 -1
- package/dist/commands/history.d.ts.map +0 -1
- package/dist/commands/hostname.d.ts.map +0 -1
- package/dist/commands/htop.d.ts.map +0 -1
- package/dist/commands/id.d.ts.map +0 -1
- package/dist/commands/index.d.ts.map +0 -1
- package/dist/commands/kill.d.ts.map +0 -1
- package/dist/commands/ln.d.ts.map +0 -1
- package/dist/commands/ls.d.ts.map +0 -1
- package/dist/commands/ls.js +0 -67
- package/dist/commands/lsb-release.d.ts.map +0 -1
- package/dist/commands/man.d.ts.map +0 -1
- package/dist/commands/mkdir.d.ts.map +0 -1
- package/dist/commands/mv.d.ts.map +0 -1
- package/dist/commands/nano.d.ts.map +0 -1
- package/dist/commands/neofetch.d.ts.map +0 -1
- package/dist/commands/node.d.ts.map +0 -1
- package/dist/commands/npm.d.ts.map +0 -1
- package/dist/commands/passwd.d.ts.map +0 -1
- package/dist/commands/ping.d.ts.map +0 -1
- package/dist/commands/printf.d.ts.map +0 -1
- package/dist/commands/ps.d.ts.map +0 -1
- package/dist/commands/pwd.d.ts.map +0 -1
- package/dist/commands/python.d.ts.map +0 -1
- package/dist/commands/read.d.ts.map +0 -1
- package/dist/commands/registry.d.ts.map +0 -1
- package/dist/commands/rm.d.ts.map +0 -1
- package/dist/commands/runtime.d.ts.map +0 -1
- package/dist/commands/sed.d.ts.map +0 -1
- package/dist/commands/seq.d.ts.map +0 -1
- package/dist/commands/set.d.ts.map +0 -1
- package/dist/commands/sh.d.ts.map +0 -1
- package/dist/commands/shift.d.ts.map +0 -1
- package/dist/commands/sleep.d.ts.map +0 -1
- package/dist/commands/sort.d.ts.map +0 -1
- package/dist/commands/source.d.ts.map +0 -1
- package/dist/commands/stat.d.ts.map +0 -1
- package/dist/commands/su.d.ts.map +0 -1
- package/dist/commands/sudo.d.ts.map +0 -1
- package/dist/commands/tail.d.ts.map +0 -1
- package/dist/commands/tar.d.ts.map +0 -1
- package/dist/commands/tee.d.ts.map +0 -1
- package/dist/commands/test.d.ts.map +0 -1
- package/dist/commands/touch.d.ts.map +0 -1
- package/dist/commands/tr.d.ts.map +0 -1
- package/dist/commands/tree.d.ts.map +0 -1
- package/dist/commands/true.d.ts.map +0 -1
- package/dist/commands/type.d.ts.map +0 -1
- package/dist/commands/uname.d.ts.map +0 -1
- package/dist/commands/uniq.d.ts.map +0 -1
- package/dist/commands/unset.d.ts.map +0 -1
- package/dist/commands/uptime.d.ts.map +0 -1
- package/dist/commands/wc.d.ts.map +0 -1
- package/dist/commands/wget.d.ts.map +0 -1
- package/dist/commands/which.d.ts.map +0 -1
- package/dist/commands/who.d.ts.map +0 -1
- package/dist/commands/whoami.d.ts.map +0 -1
- package/dist/commands/xargs.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/modules/linuxRootfs.d.ts +0 -41
- package/dist/modules/linuxRootfs.d.ts.map +0 -1
- package/dist/modules/linuxRootfs.js +0 -440
- package/dist/modules/neofetch.d.ts.map +0 -1
- package/dist/modules/shellInteractive.d.ts.map +0 -1
- package/dist/modules/shellRuntime.d.ts.map +0 -1
- package/dist/standalone-wo-sftp.d.ts.map +0 -1
- package/dist/types/commands.d.ts.map +0 -1
- package/dist/types/pipeline.d.ts.map +0 -1
- package/dist/types/streams.d.ts.map +0 -1
- package/dist/types/vfs.d.ts.map +0 -1
- package/dist/utils/expand.d.ts.map +0 -1
- package/dist/utils/expand.js +0 -265
- package/dist/utils/perfLogger.d.ts.map +0 -1
- package/dist/utils/tokenize.d.ts.map +0 -1
- package/dist/utils/vfsDiff.d.ts.map +0 -1
- package/dist/web-api.d.ts.map +0 -1
- package/dist/web-full.d.ts.map +0 -1
- package/dist/web.d.ts.map +0 -1
- package/tests/bun-test-shim.ts +0 -9
- /package/{dist → src}/Honeypot/index.d.ts +0 -0
- /package/{dist → src}/Honeypot/index.js +0 -0
- /package/{dist → src}/SSHClient/index.d.ts +0 -0
- /package/{dist → src}/SSHClient/index.js +0 -0
- /package/{dist → src}/SSHMimic/exec.d.ts +0 -0
- /package/{dist → src}/SSHMimic/exec.js +0 -0
- /package/{dist → src}/SSHMimic/executor.d.ts +0 -0
- /package/{dist → src}/SSHMimic/executor.js +0 -0
- /package/{dist → src}/SSHMimic/hostKey.d.ts +0 -0
- /package/{dist → src}/SSHMimic/hostKey.js +0 -0
- /package/{dist → src}/SSHMimic/index.d.ts +0 -0
- /package/{dist → src}/SSHMimic/index.js +0 -0
- /package/{dist → src}/SSHMimic/loginBanner.d.ts +0 -0
- /package/{dist → src}/SSHMimic/loginBanner.js +0 -0
- /package/{dist → src}/SSHMimic/loginFormat.d.ts +0 -0
- /package/{dist → src}/SSHMimic/loginFormat.js +0 -0
- /package/{dist → src}/SSHMimic/prompt.d.ts +0 -0
- /package/{dist → src}/SSHMimic/prompt.js +0 -0
- /package/{dist → src}/SSHMimic/sftp.d.ts +0 -0
- /package/{dist → src}/SSHMimic/sftp.js +0 -0
- /package/{dist → src}/VirtualFileSystem/binaryPack.d.ts +0 -0
- /package/{dist → src}/VirtualFileSystem/binaryPack.js +0 -0
- /package/{dist → src}/VirtualFileSystem/index.d.ts +0 -0
- /package/{dist → src}/VirtualFileSystem/index.js +0 -0
- /package/{dist → src}/VirtualFileSystem/internalTypes.d.ts +0 -0
- /package/{dist → src}/VirtualFileSystem/internalTypes.js +0 -0
- /package/{dist → src}/VirtualFileSystem/path.d.ts +0 -0
- /package/{dist → src}/VirtualFileSystem/path.js +0 -0
- /package/{dist → src}/VirtualPackageManager/index.d.ts +0 -0
- /package/{dist → src}/VirtualPackageManager/index.js +0 -0
- /package/{dist → src}/VirtualShell/index.d.ts +0 -0
- /package/{dist → src}/VirtualShell/index.js +0 -0
- /package/{dist → src}/VirtualShell/shell.d.ts +0 -0
- /package/{dist → src}/VirtualShell/shell.js +0 -0
- /package/{dist → src}/VirtualShell/shellParser.d.ts +0 -0
- /package/{dist → src}/VirtualUserManager/index.d.ts +0 -0
- /package/{dist → src}/VirtualUserManager/index.js +0 -0
- /package/{dist → src}/commands/adduser.d.ts +0 -0
- /package/{dist → src}/commands/adduser.js +0 -0
- /package/{dist → src}/commands/alias.d.ts +0 -0
- /package/{dist → src}/commands/alias.js +0 -0
- /package/{dist → src}/commands/apt.d.ts +0 -0
- /package/{dist → src}/commands/apt.js +0 -0
- /package/{dist → src}/commands/awk.d.ts +0 -0
- /package/{dist → src}/commands/base64.d.ts +0 -0
- /package/{dist → src}/commands/base64.js +0 -0
- /package/{dist → src}/commands/cat.d.ts +0 -0
- /package/{dist → src}/commands/cat.js +0 -0
- /package/{dist → src}/commands/cd.d.ts +0 -0
- /package/{dist → src}/commands/chmod.d.ts +0 -0
- /package/{dist → src}/commands/chmod.js +0 -0
- /package/{dist → src}/commands/clear.d.ts +0 -0
- /package/{dist → src}/commands/clear.js +0 -0
- /package/{dist → src}/commands/command-helpers.d.ts +0 -0
- /package/{dist → src}/commands/command-helpers.js +0 -0
- /package/{dist → src}/commands/cp.d.ts +0 -0
- /package/{dist → src}/commands/cp.js +0 -0
- /package/{dist → src}/commands/curl.d.ts +0 -0
- /package/{dist → src}/commands/curl.js +0 -0
- /package/{dist → src}/commands/cut.d.ts +0 -0
- /package/{dist → src}/commands/cut.js +0 -0
- /package/{dist → src}/commands/date.d.ts +0 -0
- /package/{dist → src}/commands/date.js +0 -0
- /package/{dist → src}/commands/declare.d.ts +0 -0
- /package/{dist → src}/commands/declare.js +0 -0
- /package/{dist → src}/commands/deluser.d.ts +0 -0
- /package/{dist → src}/commands/deluser.js +0 -0
- /package/{dist → src}/commands/df.d.ts +0 -0
- /package/{dist → src}/commands/df.js +0 -0
- /package/{dist → src}/commands/diff.d.ts +0 -0
- /package/{dist → src}/commands/diff.js +0 -0
- /package/{dist → src}/commands/dpkg.d.ts +0 -0
- /package/{dist → src}/commands/dpkg.js +0 -0
- /package/{dist → src}/commands/du.d.ts +0 -0
- /package/{dist → src}/commands/du.js +0 -0
- /package/{dist → src}/commands/echo.d.ts +0 -0
- /package/{dist → src}/commands/echo.js +0 -0
- /package/{dist → src}/commands/env.d.ts +0 -0
- /package/{dist → src}/commands/env.js +0 -0
- /package/{dist → src}/commands/exit.d.ts +0 -0
- /package/{dist → src}/commands/exit.js +0 -0
- /package/{dist → src}/commands/export.d.ts +0 -0
- /package/{dist → src}/commands/export.js +0 -0
- /package/{dist → src}/commands/find.d.ts +0 -0
- /package/{dist → src}/commands/find.js +0 -0
- /package/{dist → src}/commands/free.d.ts +0 -0
- /package/{dist → src}/commands/free.js +0 -0
- /package/{dist → src}/commands/grep.d.ts +0 -0
- /package/{dist → src}/commands/grep.js +0 -0
- /package/{dist → src}/commands/groups.d.ts +0 -0
- /package/{dist → src}/commands/groups.js +0 -0
- /package/{dist → src}/commands/gzip.d.ts +0 -0
- /package/{dist → src}/commands/gzip.js +0 -0
- /package/{dist → src}/commands/head.d.ts +0 -0
- /package/{dist → src}/commands/head.js +0 -0
- /package/{dist → src}/commands/help.d.ts +0 -0
- /package/{dist → src}/commands/help.js +0 -0
- /package/{dist → src}/commands/helpers.d.ts +0 -0
- /package/{dist → src}/commands/history.d.ts +0 -0
- /package/{dist → src}/commands/history.js +0 -0
- /package/{dist → src}/commands/hostname.d.ts +0 -0
- /package/{dist → src}/commands/hostname.js +0 -0
- /package/{dist → src}/commands/htop.d.ts +0 -0
- /package/{dist → src}/commands/htop.js +0 -0
- /package/{dist → src}/commands/id.d.ts +0 -0
- /package/{dist → src}/commands/id.js +0 -0
- /package/{dist → src}/commands/index.d.ts +0 -0
- /package/{dist → src}/commands/index.js +0 -0
- /package/{dist → src}/commands/kill.d.ts +0 -0
- /package/{dist → src}/commands/kill.js +0 -0
- /package/{dist → src}/commands/ln.d.ts +0 -0
- /package/{dist → src}/commands/ln.js +0 -0
- /package/{dist → src}/commands/ls.d.ts +0 -0
- /package/{dist → src}/commands/lsb-release.d.ts +0 -0
- /package/{dist → src}/commands/lsb-release.js +0 -0
- /package/{dist → src}/commands/man.d.ts +0 -0
- /package/{dist → src}/commands/man.js +0 -0
- /package/{dist → src}/commands/mkdir.d.ts +0 -0
- /package/{dist → src}/commands/mkdir.js +0 -0
- /package/{dist → src}/commands/mv.d.ts +0 -0
- /package/{dist → src}/commands/mv.js +0 -0
- /package/{dist → src}/commands/nano.d.ts +0 -0
- /package/{dist → src}/commands/nano.js +0 -0
- /package/{dist → src}/commands/neofetch.d.ts +0 -0
- /package/{dist → src}/commands/neofetch.js +0 -0
- /package/{dist → src}/commands/node.d.ts +0 -0
- /package/{dist → src}/commands/node.js +0 -0
- /package/{dist → src}/commands/npm.d.ts +0 -0
- /package/{dist → src}/commands/npm.js +0 -0
- /package/{dist → src}/commands/passwd.d.ts +0 -0
- /package/{dist → src}/commands/passwd.js +0 -0
- /package/{dist → src}/commands/ping.d.ts +0 -0
- /package/{dist → src}/commands/ping.js +0 -0
- /package/{dist → src}/commands/printf.d.ts +0 -0
- /package/{dist → src}/commands/printf.js +0 -0
- /package/{dist → src}/commands/ps.d.ts +0 -0
- /package/{dist → src}/commands/ps.js +0 -0
- /package/{dist → src}/commands/pwd.d.ts +0 -0
- /package/{dist → src}/commands/pwd.js +0 -0
- /package/{dist → src}/commands/python.d.ts +0 -0
- /package/{dist → src}/commands/python.js +0 -0
- /package/{dist → src}/commands/read.d.ts +0 -0
- /package/{dist → src}/commands/read.js +0 -0
- /package/{dist → src}/commands/registry.d.ts +0 -0
- /package/{dist → src}/commands/registry.js +0 -0
- /package/{dist → src}/commands/rm.d.ts +0 -0
- /package/{dist → src}/commands/rm.js +0 -0
- /package/{dist → src}/commands/runtime.d.ts +0 -0
- /package/{dist → src}/commands/sed.d.ts +0 -0
- /package/{dist → src}/commands/sed.js +0 -0
- /package/{dist → src}/commands/seq.d.ts +0 -0
- /package/{dist → src}/commands/seq.js +0 -0
- /package/{dist → src}/commands/set.d.ts +0 -0
- /package/{dist → src}/commands/set.js +0 -0
- /package/{dist → src}/commands/sh.d.ts +0 -0
- /package/{dist → src}/commands/shift.d.ts +0 -0
- /package/{dist → src}/commands/shift.js +0 -0
- /package/{dist → src}/commands/sleep.d.ts +0 -0
- /package/{dist → src}/commands/sleep.js +0 -0
- /package/{dist → src}/commands/sort.d.ts +0 -0
- /package/{dist → src}/commands/sort.js +0 -0
- /package/{dist → src}/commands/source.d.ts +0 -0
- /package/{dist → src}/commands/source.js +0 -0
- /package/{dist → src}/commands/stat.d.ts +0 -0
- /package/{dist → src}/commands/stat.js +0 -0
- /package/{dist → src}/commands/su.d.ts +0 -0
- /package/{dist → src}/commands/su.js +0 -0
- /package/{dist → src}/commands/sudo.d.ts +0 -0
- /package/{dist → src}/commands/sudo.js +0 -0
- /package/{dist → src}/commands/tail.d.ts +0 -0
- /package/{dist → src}/commands/tail.js +0 -0
- /package/{dist → src}/commands/tar.d.ts +0 -0
- /package/{dist → src}/commands/tar.js +0 -0
- /package/{dist → src}/commands/tee.d.ts +0 -0
- /package/{dist → src}/commands/tee.js +0 -0
- /package/{dist → src}/commands/test.d.ts +0 -0
- /package/{dist → src}/commands/test.js +0 -0
- /package/{dist → src}/commands/touch.d.ts +0 -0
- /package/{dist → src}/commands/touch.js +0 -0
- /package/{dist → src}/commands/tr.d.ts +0 -0
- /package/{dist → src}/commands/tr.js +0 -0
- /package/{dist → src}/commands/tree.d.ts +0 -0
- /package/{dist → src}/commands/tree.js +0 -0
- /package/{dist → src}/commands/true.d.ts +0 -0
- /package/{dist → src}/commands/true.js +0 -0
- /package/{dist → src}/commands/type.d.ts +0 -0
- /package/{dist → src}/commands/type.js +0 -0
- /package/{dist → src}/commands/uname.d.ts +0 -0
- /package/{dist → src}/commands/uname.js +0 -0
- /package/{dist → src}/commands/uniq.d.ts +0 -0
- /package/{dist → src}/commands/uniq.js +0 -0
- /package/{dist → src}/commands/unset.d.ts +0 -0
- /package/{dist → src}/commands/unset.js +0 -0
- /package/{dist → src}/commands/uptime.d.ts +0 -0
- /package/{dist → src}/commands/uptime.js +0 -0
- /package/{dist → src}/commands/wc.d.ts +0 -0
- /package/{dist → src}/commands/wget.d.ts +0 -0
- /package/{dist → src}/commands/wget.js +0 -0
- /package/{dist → src}/commands/which.d.ts +0 -0
- /package/{dist → src}/commands/which.js +0 -0
- /package/{dist → src}/commands/who.d.ts +0 -0
- /package/{dist → src}/commands/who.js +0 -0
- /package/{dist → src}/commands/whoami.d.ts +0 -0
- /package/{dist → src}/commands/whoami.js +0 -0
- /package/{dist → src}/commands/xargs.d.ts +0 -0
- /package/{dist → src}/commands/xargs.js +0 -0
- /package/{dist → src}/index.d.ts +0 -0
- /package/{dist → src}/index.js +0 -0
- /package/{dist → src}/modules/neofetch.d.ts +0 -0
- /package/{dist → src}/modules/neofetch.js +0 -0
- /package/{dist → src}/modules/shellInteractive.d.ts +0 -0
- /package/{dist → src}/modules/shellInteractive.js +0 -0
- /package/{dist → src}/modules/shellRuntime.d.ts +0 -0
- /package/{dist → src}/modules/shellRuntime.js +0 -0
- /package/{dist → src}/self-standalone.d.ts +0 -0
- /package/{dist → src}/self-standalone.js +0 -0
- /package/{dist → src}/standalone-wo-sftp.d.ts +0 -0
- /package/{dist → src}/standalone-wo-sftp.js +0 -0
- /package/{dist → src}/standalone.d.ts +0 -0
- /package/{dist → src}/standalone.js +0 -0
- /package/{dist → src}/types/commands.js +0 -0
- /package/{dist → src}/types/pipeline.d.ts +0 -0
- /package/{dist → src}/types/pipeline.js +0 -0
- /package/{dist → src}/types/streams.d.ts +0 -0
- /package/{dist → src}/types/streams.js +0 -0
- /package/{dist → src}/types/vfs.d.ts +0 -0
- /package/{dist → src}/types/vfs.js +0 -0
- /package/{dist → src}/utils/perfLogger.d.ts +0 -0
- /package/{dist → src}/utils/perfLogger.js +0 -0
- /package/{dist → src}/utils/tokenize.d.ts +0 -0
- /package/{dist → src}/utils/tokenize.js +0 -0
- /package/{dist → src}/utils/vfsDiff.d.ts +0 -0
- /package/{dist → src}/utils/vfsDiff.js +0 -0
- /package/{dist → src}/web-api.d.ts +0 -0
- /package/{dist → src}/web-api.js +0 -0
- /package/{dist → src}/web-full.d.ts +0 -0
- /package/{dist → src}/web-full.js +0 -0
- /package/{dist → src}/web.d.ts +0 -0
- /package/{dist → src}/web.js +0 -0
|
@@ -0,0 +1,562 @@
|
|
|
1
|
+
import { beforeAll, describe, expect, test } from "bun:test";
|
|
2
|
+
import type { SshClient, VirtualShell } from "../src";
|
|
3
|
+
import { createTestEnv, createTestFile, pathExists, readTestFile, runCmd } from "./test-helper";
|
|
4
|
+
|
|
5
|
+
let shell: VirtualShell;
|
|
6
|
+
let client: InstanceType<typeof SshClient>;
|
|
7
|
+
|
|
8
|
+
beforeAll(async () => {
|
|
9
|
+
const env = await createTestEnv("test-core");
|
|
10
|
+
shell = env.shell;
|
|
11
|
+
client = env.client;
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
// ─── ECHO tests ───────────────────────────────────────────────────────────
|
|
15
|
+
|
|
16
|
+
describe("echo command", () => {
|
|
17
|
+
test("echo basic output", async () => {
|
|
18
|
+
const r = await runCmd(client, "echo hello");
|
|
19
|
+
expect(r.exitCode).toBe(0);
|
|
20
|
+
expect(r.stdout?.trim()).toBe("hello");
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
test("echo multiple args", async () => {
|
|
24
|
+
const r = await runCmd(client, "echo hello world");
|
|
25
|
+
expect(r.exitCode).toBe(0);
|
|
26
|
+
expect(r.stdout?.trim()).toBe("hello world");
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
test("echo with -n flag (no newline)", async () => {
|
|
30
|
+
const r = await runCmd(client, "echo -n hello");
|
|
31
|
+
expect(r.exitCode).toBe(0);
|
|
32
|
+
expect(r.stdout).toBe("hello");
|
|
33
|
+
expect(r.stdout?.endsWith("\n")).toBe(false);
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
test("echo with -e flag (escape sequences)", async () => {
|
|
37
|
+
const r = await runCmd(client, "echo -e 'hello\\nworld'");
|
|
38
|
+
expect(r.exitCode).toBe(0);
|
|
39
|
+
expect(r.stdout).toContain("hello");
|
|
40
|
+
expect(r.stdout).toContain("world");
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
test("echo with -e and tab", async () => {
|
|
44
|
+
const r = await runCmd(client, "echo -e 'col1\\tcol2'");
|
|
45
|
+
expect(r.exitCode).toBe(0);
|
|
46
|
+
expect(r.stdout).toContain("\t");
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
test("echo with empty string", async () => {
|
|
50
|
+
const r = await runCmd(client, "echo ''");
|
|
51
|
+
expect(r.exitCode).toBe(0);
|
|
52
|
+
expect(r.stdout?.trim()).toBe("");
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
test("echo with special chars", async () => {
|
|
56
|
+
const r = await runCmd(client, "echo 'test@#$%'");
|
|
57
|
+
expect(r.exitCode).toBe(0);
|
|
58
|
+
expect(r.stdout).toContain("test@#$%");
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
test("echo with variables", async () => {
|
|
62
|
+
const r = await runCmd(client, "echo $HOME");
|
|
63
|
+
expect(r.exitCode).toBe(0);
|
|
64
|
+
expect(r.stdout?.trim()).toMatch(/home|root/);
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
// ─── PWD tests ────────────────────────────────────────────────────────────
|
|
69
|
+
|
|
70
|
+
describe("pwd command", () => {
|
|
71
|
+
test("pwd returns current directory", async () => {
|
|
72
|
+
const r = await runCmd(client, "pwd");
|
|
73
|
+
expect(r.exitCode).toBe(0);
|
|
74
|
+
expect(r.stdout?.trim()).toBeDefined();
|
|
75
|
+
expect(r.stdout?.trim().length).toBeGreaterThan(0);
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
test("pwd after cd", async () => {
|
|
79
|
+
await runCmd(client, "cd /tmp");
|
|
80
|
+
const r = await runCmd(client, "pwd");
|
|
81
|
+
expect(r.exitCode).toBe(0);
|
|
82
|
+
expect(r.stdout?.trim()).toBe("/tmp");
|
|
83
|
+
await runCmd(client, "cd /root");
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
test("pwd with no args", async () => {
|
|
87
|
+
const r = await runCmd(client, "pwd");
|
|
88
|
+
expect(r.exitCode).toBe(0);
|
|
89
|
+
expect(r.stdout?.length).toBeGreaterThan(0);
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
// ─── CAT tests ────────────────────────────────────────────────────────────
|
|
94
|
+
|
|
95
|
+
describe("cat command", () => {
|
|
96
|
+
test("cat single file", async () => {
|
|
97
|
+
createTestFile(shell, "/tmp/test.txt", "hello world");
|
|
98
|
+
const r = await runCmd(client, "cat /tmp/test.txt");
|
|
99
|
+
expect(r.exitCode).toBe(0);
|
|
100
|
+
expect(r.stdout?.trim()).toBe("hello world");
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
test("cat multiple files", async () => {
|
|
104
|
+
createTestFile(shell, "/tmp/file1.txt", "file1");
|
|
105
|
+
createTestFile(shell, "/tmp/file2.txt", "file2");
|
|
106
|
+
const r = await runCmd(client, "cat /tmp/file1.txt /tmp/file2.txt");
|
|
107
|
+
expect(r.exitCode).toBe(0);
|
|
108
|
+
expect(r.stdout).toContain("file1");
|
|
109
|
+
expect(r.stdout).toContain("file2");
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
test("cat with -n flag (line numbers)", async () => {
|
|
113
|
+
createTestFile(shell, "/tmp/numbered.txt", "line1\nline2\nline3");
|
|
114
|
+
const r = await runCmd(client, "cat -n /tmp/numbered.txt");
|
|
115
|
+
expect(r.exitCode).toBe(0);
|
|
116
|
+
expect(r.stdout).toContain("1");
|
|
117
|
+
expect(r.stdout).toContain("2");
|
|
118
|
+
expect(r.stdout).toContain("3");
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
test("cat with -b flag (number non-blank)", async () => {
|
|
122
|
+
createTestFile(shell, "/tmp/blank.txt", "line1\n\nline2");
|
|
123
|
+
const r = await runCmd(client, "cat -b /tmp/blank.txt");
|
|
124
|
+
expect(r.exitCode).toBe(0);
|
|
125
|
+
expect(r.stdout).toContain("line1");
|
|
126
|
+
expect(r.stdout).toContain("line2");
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
test("cat non-existent file", async () => {
|
|
130
|
+
const r = await runCmd(client, "cat /tmp/nonexistent.txt");
|
|
131
|
+
expect(r.exitCode).not.toBe(0);
|
|
132
|
+
expect(r.stderr).toBeDefined();
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
test("cat with stdin", async () => {
|
|
136
|
+
const r = await runCmd(client, "echo 'test' | cat");
|
|
137
|
+
expect(r.exitCode).toBe(0);
|
|
138
|
+
expect(r.stdout?.trim()).toBe("test");
|
|
139
|
+
});
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
// ─── LS tests ──────────────────────────────────────────────────────────────
|
|
143
|
+
|
|
144
|
+
describe("ls command", () => {
|
|
145
|
+
test("ls lists directory", async () => {
|
|
146
|
+
createTestFile(shell, "/tmp/ls-test1.txt", "content");
|
|
147
|
+
const r = await runCmd(client, "ls /tmp");
|
|
148
|
+
expect(r.exitCode).toBe(0);
|
|
149
|
+
expect(r.stdout).toContain("ls-test1.txt");
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
test("ls with -l flag (long format)", async () => {
|
|
153
|
+
createTestFile(shell, "/tmp/ls-long.txt", "test");
|
|
154
|
+
const r = await runCmd(client, "ls -l /tmp");
|
|
155
|
+
expect(r.exitCode).toBe(0);
|
|
156
|
+
expect(r.stdout).toContain("-rw");
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
test("ls current directory", async () => {
|
|
160
|
+
const r = await runCmd(client, "ls /root");
|
|
161
|
+
expect(r.exitCode).toBe(0);
|
|
162
|
+
expect(r.stdout?.length).toBeGreaterThanOrEqual(0);
|
|
163
|
+
});
|
|
164
|
+
|
|
165
|
+
test("ls with -a flag (show hidden)", async () => {
|
|
166
|
+
const r = await runCmd(client, "ls -a /root");
|
|
167
|
+
expect(r.exitCode).toBe(0);
|
|
168
|
+
expect(r.stdout?.length).toBeGreaterThanOrEqual(0);
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
test("ls with -h flag (human readable)", async () => {
|
|
172
|
+
createTestFile(shell, "/tmp/ls-human.txt", "a".repeat(1024));
|
|
173
|
+
const r = await runCmd(client, "ls -lh /tmp/ls-human.txt");
|
|
174
|
+
expect(r.exitCode).toBe(0);
|
|
175
|
+
expect(r.stdout).toContain("ls-human.txt");
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
test("ls non-existent path", async () => {
|
|
179
|
+
const r = await runCmd(client, "ls /nonexistent");
|
|
180
|
+
expect(r.exitCode).not.toBe(0);
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
|
|
184
|
+
// ─── MKDIR/RMDIR tests ────────────────────────────────────────────────────
|
|
185
|
+
|
|
186
|
+
describe("mkdir command", () => {
|
|
187
|
+
test("mkdir creates directory", async () => {
|
|
188
|
+
const r = await runCmd(client, "mkdir /tmp/testdir");
|
|
189
|
+
expect(r.exitCode).toBe(0);
|
|
190
|
+
expect(pathExists(shell, "/tmp/testdir")).toBe(true);
|
|
191
|
+
});
|
|
192
|
+
|
|
193
|
+
test("mkdir -p creates nested dirs", async () => {
|
|
194
|
+
const r = await runCmd(client, "mkdir -p /tmp/a/b/c");
|
|
195
|
+
expect(r.exitCode).toBe(0);
|
|
196
|
+
expect(pathExists(shell, "/tmp/a/b/c")).toBe(true);
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
test("mkdir duplicate dir fails", async () => {
|
|
200
|
+
await runCmd(client, "mkdir /tmp/dup-unique");
|
|
201
|
+
const r = await runCmd(client, "mkdir /tmp/dup-unique 2>&1 || echo 'error'");
|
|
202
|
+
expect(r.exitCode).toBeGreaterThanOrEqual(0);
|
|
203
|
+
});
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
// ─── TOUCH tests ───────────────────────────────────────────────────────────
|
|
207
|
+
|
|
208
|
+
describe("touch command", () => {
|
|
209
|
+
test("touch creates file", async () => {
|
|
210
|
+
const r = await runCmd(client, "touch /tmp/newfile.txt");
|
|
211
|
+
expect(r.exitCode).toBe(0);
|
|
212
|
+
expect(pathExists(shell, "/tmp/newfile.txt")).toBe(true);
|
|
213
|
+
});
|
|
214
|
+
|
|
215
|
+
test("touch updates timestamp on existing file", async () => {
|
|
216
|
+
createTestFile(shell, "/tmp/existing.txt", "content");
|
|
217
|
+
const r = await runCmd(client, "touch /tmp/existing.txt");
|
|
218
|
+
expect(r.exitCode).toBe(0);
|
|
219
|
+
expect(pathExists(shell, "/tmp/existing.txt")).toBe(true);
|
|
220
|
+
});
|
|
221
|
+
|
|
222
|
+
test("touch multiple files", async () => {
|
|
223
|
+
const r = await runCmd(client, "touch /tmp/file1.txt /tmp/file2.txt");
|
|
224
|
+
expect(r.exitCode).toBe(0);
|
|
225
|
+
expect(pathExists(shell, "/tmp/file1.txt")).toBe(true);
|
|
226
|
+
expect(pathExists(shell, "/tmp/file2.txt")).toBe(true);
|
|
227
|
+
});
|
|
228
|
+
});
|
|
229
|
+
|
|
230
|
+
// ─── RM tests ──────────────────────────────────────────────────────────────
|
|
231
|
+
|
|
232
|
+
describe("rm command", () => {
|
|
233
|
+
test("rm deletes file", async () => {
|
|
234
|
+
createTestFile(shell, "/tmp/todel.txt", "content");
|
|
235
|
+
const r = await runCmd(client, "rm /tmp/todel.txt");
|
|
236
|
+
expect(r.exitCode).toBe(0);
|
|
237
|
+
expect(pathExists(shell, "/tmp/todel.txt")).toBe(false);
|
|
238
|
+
});
|
|
239
|
+
|
|
240
|
+
test("rm non-existent file fails", async () => {
|
|
241
|
+
const r = await runCmd(client, "rm /tmp/doesnotexist.txt");
|
|
242
|
+
expect(r.exitCode).not.toBe(0);
|
|
243
|
+
});
|
|
244
|
+
|
|
245
|
+
test("rm -r deletes directory recursively", async () => {
|
|
246
|
+
await runCmd(client, "mkdir -p /tmp/rmdir/sub");
|
|
247
|
+
createTestFile(shell, "/tmp/rmdir/sub/file.txt", "test");
|
|
248
|
+
const r = await runCmd(client, "rm -r /tmp/rmdir");
|
|
249
|
+
expect(r.exitCode).toBe(0);
|
|
250
|
+
expect(pathExists(shell, "/tmp/rmdir")).toBe(false);
|
|
251
|
+
});
|
|
252
|
+
|
|
253
|
+
test("rm multiple files", async () => {
|
|
254
|
+
createTestFile(shell, "/tmp/rm1.txt", "1");
|
|
255
|
+
createTestFile(shell, "/tmp/rm2.txt", "2");
|
|
256
|
+
const r = await runCmd(client, "rm /tmp/rm1.txt /tmp/rm2.txt");
|
|
257
|
+
expect(r.exitCode).toBe(0);
|
|
258
|
+
expect(pathExists(shell, "/tmp/rm1.txt")).toBe(false);
|
|
259
|
+
expect(pathExists(shell, "/tmp/rm2.txt")).toBe(false);
|
|
260
|
+
});
|
|
261
|
+
});
|
|
262
|
+
|
|
263
|
+
// ─── CP tests ──────────────────────────────────────────────────────────────
|
|
264
|
+
|
|
265
|
+
describe("cp command", () => {
|
|
266
|
+
test("cp copies file", async () => {
|
|
267
|
+
createTestFile(shell, "/tmp/original.txt", "content");
|
|
268
|
+
const r = await runCmd(client, "cp /tmp/original.txt /tmp/copy.txt");
|
|
269
|
+
expect(r.exitCode).toBe(0);
|
|
270
|
+
expect(pathExists(shell, "/tmp/copy.txt")).toBe(true);
|
|
271
|
+
expect(readTestFile(shell, "/tmp/copy.txt")).toBe("content");
|
|
272
|
+
});
|
|
273
|
+
|
|
274
|
+
test("cp to different name", async () => {
|
|
275
|
+
createTestFile(shell, "/tmp/src.txt", "data");
|
|
276
|
+
const r = await runCmd(client, "cp /tmp/src.txt /tmp/dst.txt");
|
|
277
|
+
expect(r.exitCode).toBe(0);
|
|
278
|
+
expect(readTestFile(shell, "/tmp/dst.txt")).toBe("data");
|
|
279
|
+
});
|
|
280
|
+
|
|
281
|
+
test("cp -r copies directory recursively", async () => {
|
|
282
|
+
await runCmd(client, "mkdir -p /tmp/srcdir/sub");
|
|
283
|
+
createTestFile(shell, "/tmp/srcdir/file.txt", "test");
|
|
284
|
+
createTestFile(shell, "/tmp/srcdir/sub/file2.txt", "test2");
|
|
285
|
+
const r = await runCmd(client, "cp -r /tmp/srcdir /tmp/dstdir");
|
|
286
|
+
expect(r.exitCode).toBe(0);
|
|
287
|
+
expect(pathExists(shell, "/tmp/dstdir/file.txt")).toBe(true);
|
|
288
|
+
expect(pathExists(shell, "/tmp/dstdir/sub/file2.txt")).toBe(true);
|
|
289
|
+
});
|
|
290
|
+
|
|
291
|
+
test("cp to directory", async () => {
|
|
292
|
+
createTestFile(shell, "/tmp/cpfile.txt", "content");
|
|
293
|
+
await runCmd(client, "mkdir -p /tmp/cpdir");
|
|
294
|
+
const r = await runCmd(client, "cp /tmp/cpfile.txt /tmp/cpdir/");
|
|
295
|
+
expect(r.exitCode).toBe(0);
|
|
296
|
+
expect(pathExists(shell, "/tmp/cpdir/cpfile.txt")).toBe(true);
|
|
297
|
+
});
|
|
298
|
+
});
|
|
299
|
+
|
|
300
|
+
// ─── MV tests ──────────────────────────────────────────────────────────────
|
|
301
|
+
|
|
302
|
+
describe("mv command", () => {
|
|
303
|
+
test("mv moves file", async () => {
|
|
304
|
+
createTestFile(shell, "/tmp/mvold.txt", "content");
|
|
305
|
+
const r = await runCmd(client, "mv /tmp/mvold.txt /tmp/mvnew.txt");
|
|
306
|
+
expect(r.exitCode).toBe(0);
|
|
307
|
+
expect(pathExists(shell, "/tmp/mvold.txt")).toBe(false);
|
|
308
|
+
expect(pathExists(shell, "/tmp/mvnew.txt")).toBe(true);
|
|
309
|
+
});
|
|
310
|
+
|
|
311
|
+
test("mv renames file", async () => {
|
|
312
|
+
createTestFile(shell, "/tmp/oldname.txt", "data");
|
|
313
|
+
const r = await runCmd(client, "mv /tmp/oldname.txt /tmp/newname.txt");
|
|
314
|
+
expect(r.exitCode).toBe(0);
|
|
315
|
+
expect(readTestFile(shell, "/tmp/newname.txt")).toBe("data");
|
|
316
|
+
});
|
|
317
|
+
|
|
318
|
+
test("mv to directory", async () => {
|
|
319
|
+
createTestFile(shell, "/tmp/mvfile.txt", "test");
|
|
320
|
+
await runCmd(client, "mkdir -p /tmp/mvdest");
|
|
321
|
+
const r = await runCmd(client, "mv /tmp/mvfile.txt /tmp/mvdest/");
|
|
322
|
+
expect(r.exitCode).toBe(0);
|
|
323
|
+
expect(pathExists(shell, "/tmp/mvdest/mvfile.txt")).toBe(true);
|
|
324
|
+
});
|
|
325
|
+
|
|
326
|
+
test("mv non-existent file fails", async () => {
|
|
327
|
+
const r = await runCmd(client, "mv /tmp/nonexist.txt /tmp/dest.txt");
|
|
328
|
+
expect(r.exitCode).not.toBe(0);
|
|
329
|
+
});
|
|
330
|
+
});
|
|
331
|
+
|
|
332
|
+
// ─── CHMOD tests ──────────────────────────────────────────────────────────
|
|
333
|
+
|
|
334
|
+
describe("chmod command", () => {
|
|
335
|
+
test("chmod changes permissions", async () => {
|
|
336
|
+
createTestFile(shell, "/tmp/chmodfile.txt", "test");
|
|
337
|
+
const r = await runCmd(client, "chmod 644 /tmp/chmodfile.txt");
|
|
338
|
+
expect(r.exitCode).toBe(0);
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
test("chmod recursive", async () => {
|
|
342
|
+
await runCmd(client, "mkdir -p /tmp/chmoddir2/sub");
|
|
343
|
+
createTestFile(shell, "/tmp/chmoddir2/file.txt", "test");
|
|
344
|
+
const r = await runCmd(client, "chmod -R 755 /tmp/chmoddir2");
|
|
345
|
+
expect(r.exitCode).toBeGreaterThanOrEqual(0);
|
|
346
|
+
});
|
|
347
|
+
|
|
348
|
+
test("chmod with symbolic notation", async () => {
|
|
349
|
+
createTestFile(shell, "/tmp/symbolic.txt", "test");
|
|
350
|
+
const r = await runCmd(client, "chmod u+x /tmp/symbolic.txt");
|
|
351
|
+
expect(r.exitCode).toBe(0);
|
|
352
|
+
});
|
|
353
|
+
});
|
|
354
|
+
|
|
355
|
+
// ─── GREP tests ───────────────────────────────────────────────────────────
|
|
356
|
+
|
|
357
|
+
describe("grep command", () => {
|
|
358
|
+
test("grep finds pattern", async () => {
|
|
359
|
+
createTestFile(shell, "/tmp/greptarget.txt", "hello\nworld\nhello world");
|
|
360
|
+
const r = await runCmd(client, "grep hello /tmp/greptarget.txt");
|
|
361
|
+
expect(r.exitCode).toBe(0);
|
|
362
|
+
expect(r.stdout).toContain("hello");
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
test("grep -i case insensitive", async () => {
|
|
366
|
+
createTestFile(shell, "/tmp/grep-case.txt", "HELLO\nhello\nHello");
|
|
367
|
+
const r = await runCmd(client, "grep -i hello /tmp/grep-case.txt");
|
|
368
|
+
expect(r.exitCode).toBe(0);
|
|
369
|
+
expect(r.stdout?.split("\n").filter((l) => l).length).toBeGreaterThanOrEqual(3);
|
|
370
|
+
});
|
|
371
|
+
|
|
372
|
+
test("grep -v inverts match", async () => {
|
|
373
|
+
createTestFile(shell, "/tmp/grep-not.txt", "apple\norange\nbanana");
|
|
374
|
+
const r = await runCmd(client, "grep -v apple /tmp/grep-not.txt");
|
|
375
|
+
expect(r.exitCode).toBe(0);
|
|
376
|
+
expect(r.stdout).not.toContain("apple");
|
|
377
|
+
expect(r.stdout).toContain("orange");
|
|
378
|
+
});
|
|
379
|
+
|
|
380
|
+
test("grep from pipe", async () => {
|
|
381
|
+
const r = await runCmd(client, "echo -e 'foo\\nbar\\nfoo' | grep foo");
|
|
382
|
+
expect(r.exitCode).toBe(0);
|
|
383
|
+
expect(r.stdout?.split("\n").filter((l) => l).length).toBe(2);
|
|
384
|
+
});
|
|
385
|
+
|
|
386
|
+
test("grep no match returns non-zero", async () => {
|
|
387
|
+
createTestFile(shell, "/tmp/grep-nomatch.txt", "content");
|
|
388
|
+
const r = await runCmd(client, "grep nomatch /tmp/grep-nomatch.txt");
|
|
389
|
+
expect(r.exitCode).not.toBe(0);
|
|
390
|
+
});
|
|
391
|
+
});
|
|
392
|
+
|
|
393
|
+
// ─── HEAD tests ───────────────────────────────────────────────────────────
|
|
394
|
+
|
|
395
|
+
describe("head command", () => {
|
|
396
|
+
test("head default 10 lines", async () => {
|
|
397
|
+
let content = "";
|
|
398
|
+
for (let i = 1; i <= 20; i++) {
|
|
399
|
+
content += `line${i}\n`;
|
|
400
|
+
}
|
|
401
|
+
createTestFile(shell, "/tmp/head-test.txt", content);
|
|
402
|
+
const r = await runCmd(client, "head /tmp/head-test.txt");
|
|
403
|
+
expect(r.exitCode).toBe(0);
|
|
404
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
405
|
+
expect(lines?.length).toBe(10);
|
|
406
|
+
expect(r.stdout).toContain("line1");
|
|
407
|
+
expect(r.stdout).not.toContain("line11");
|
|
408
|
+
});
|
|
409
|
+
|
|
410
|
+
test("head -n custom lines", async () => {
|
|
411
|
+
let content = "";
|
|
412
|
+
for (let i = 1; i <= 20; i++) {
|
|
413
|
+
content += `line${i}\n`;
|
|
414
|
+
}
|
|
415
|
+
createTestFile(shell, "/tmp/head-custom.txt", content);
|
|
416
|
+
const r = await runCmd(client, "head -n 5 /tmp/head-custom.txt");
|
|
417
|
+
expect(r.exitCode).toBe(0);
|
|
418
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
419
|
+
expect(lines?.length).toBe(5);
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
test("head from pipe", async () => {
|
|
423
|
+
const r = await runCmd(client, "seq 1 20 | head -n 5");
|
|
424
|
+
expect(r.exitCode).toBe(0);
|
|
425
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
426
|
+
expect(lines?.length).toBe(5);
|
|
427
|
+
});
|
|
428
|
+
});
|
|
429
|
+
|
|
430
|
+
// ─── TAIL tests ───────────────────────────────────────────────────────────
|
|
431
|
+
|
|
432
|
+
describe("tail command", () => {
|
|
433
|
+
test("tail default 10 lines", async () => {
|
|
434
|
+
let content = "";
|
|
435
|
+
for (let i = 1; i <= 20; i++) {
|
|
436
|
+
content += `line${i}\n`;
|
|
437
|
+
}
|
|
438
|
+
createTestFile(shell, "/tmp/tail-test2.txt", content);
|
|
439
|
+
const r = await runCmd(client, "tail /tmp/tail-test2.txt");
|
|
440
|
+
expect(r.exitCode).toBe(0);
|
|
441
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
442
|
+
expect(lines?.length).toBeGreaterThanOrEqual(8);
|
|
443
|
+
expect(r.stdout).toContain("line20");
|
|
444
|
+
});
|
|
445
|
+
|
|
446
|
+
test("tail -n custom lines", async () => {
|
|
447
|
+
let content = "";
|
|
448
|
+
for (let i = 1; i <= 20; i++) {
|
|
449
|
+
content += `line${i}\n`;
|
|
450
|
+
}
|
|
451
|
+
createTestFile(shell, "/tmp/tail-custom.txt", content);
|
|
452
|
+
const r = await runCmd(client, "tail -n 5 /tmp/tail-custom.txt");
|
|
453
|
+
expect(r.exitCode).toBe(0);
|
|
454
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
455
|
+
expect(lines?.length).toBe(5);
|
|
456
|
+
expect(r.stdout).toContain("line16");
|
|
457
|
+
});
|
|
458
|
+
|
|
459
|
+
test("tail from pipe", async () => {
|
|
460
|
+
const r = await runCmd(client, "seq 1 20 | tail -n 5");
|
|
461
|
+
expect(r.exitCode).toBe(0);
|
|
462
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
463
|
+
expect(lines?.length).toBe(5);
|
|
464
|
+
});
|
|
465
|
+
});
|
|
466
|
+
|
|
467
|
+
// ─── WC tests ──────────────────────────────────────────────────────────────
|
|
468
|
+
|
|
469
|
+
describe("wc command", () => {
|
|
470
|
+
test("wc counts lines", async () => {
|
|
471
|
+
createTestFile(shell, "/tmp/wc-test.txt", "line1\nline2\nline3");
|
|
472
|
+
const r = await runCmd(client, "wc -l /tmp/wc-test.txt");
|
|
473
|
+
expect(r.exitCode).toBe(0);
|
|
474
|
+
expect(r.stdout?.trim()).toContain("3 /tmp/wc-test.txt");
|
|
475
|
+
});
|
|
476
|
+
|
|
477
|
+
test("wc counts words", async () => {
|
|
478
|
+
createTestFile(shell, "/tmp/wc-words.txt", "one two three");
|
|
479
|
+
const r = await runCmd(client, "wc -w /tmp/wc-words.txt");
|
|
480
|
+
expect(r.exitCode).toBe(0);
|
|
481
|
+
expect(r.stdout?.trim()).toContain("3 /tmp/wc-words.txt");
|
|
482
|
+
});
|
|
483
|
+
|
|
484
|
+
test("wc counts chars", async () => {
|
|
485
|
+
createTestFile(shell, "/tmp/wc-chars.txt", "hello");
|
|
486
|
+
const r = await runCmd(client, "wc -c /tmp/wc-chars.txt");
|
|
487
|
+
expect(r.exitCode).toBe(0);
|
|
488
|
+
expect(r.stdout?.trim()).toContain("5 /tmp/wc-chars.txt");
|
|
489
|
+
});
|
|
490
|
+
|
|
491
|
+
test("wc default (lines words chars)", async () => {
|
|
492
|
+
createTestFile(shell, "/tmp/wc-all.txt", "hello world\ntest");
|
|
493
|
+
const r = await runCmd(client, "wc /tmp/wc-all.txt");
|
|
494
|
+
expect(r.exitCode).toBe(0);
|
|
495
|
+
expect(r.stdout?.trim()).toContain("2");
|
|
496
|
+
expect(r.stdout?.trim()).toContain("3");
|
|
497
|
+
expect(r.stdout?.trim()).toContain("/tmp/wc-all.txt");
|
|
498
|
+
});
|
|
499
|
+
});
|
|
500
|
+
|
|
501
|
+
// ─── SORT tests ───────────────────────────────────────────────────────────
|
|
502
|
+
|
|
503
|
+
describe("sort command", () => {
|
|
504
|
+
test("sort lines alphabetically", async () => {
|
|
505
|
+
createTestFile(shell, "/tmp/sort-test.txt", "zebra\napple\nmango\nbanana");
|
|
506
|
+
const r = await runCmd(client, "sort /tmp/sort-test.txt");
|
|
507
|
+
expect(r.exitCode).toBe(0);
|
|
508
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
509
|
+
expect(lines?.[0]).toBe("apple");
|
|
510
|
+
expect(lines?.[1]).toBe("banana");
|
|
511
|
+
expect(lines?.[3]).toBe("zebra");
|
|
512
|
+
});
|
|
513
|
+
|
|
514
|
+
test("sort -r reverse", async () => {
|
|
515
|
+
createTestFile(shell, "/tmp/sort-rev.txt", "a\nb\nc");
|
|
516
|
+
const r = await runCmd(client, "sort -r /tmp/sort-rev.txt");
|
|
517
|
+
expect(r.exitCode).toBe(0);
|
|
518
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
519
|
+
expect(lines?.[0]).toBe("c");
|
|
520
|
+
expect(lines?.[2]).toBe("a");
|
|
521
|
+
});
|
|
522
|
+
|
|
523
|
+
test("sort -n numeric", async () => {
|
|
524
|
+
createTestFile(shell, "/tmp/sort-num.txt", "10\n2\n1\n100");
|
|
525
|
+
const r = await runCmd(client, "sort -n /tmp/sort-num.txt");
|
|
526
|
+
expect(r.exitCode).toBe(0);
|
|
527
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
528
|
+
expect(lines?.[0]).toBe("1");
|
|
529
|
+
expect(lines?.[1]).toBe("2");
|
|
530
|
+
});
|
|
531
|
+
|
|
532
|
+
test("sort from pipe", async () => {
|
|
533
|
+
const r = await runCmd(client, "echo -e 'c\\na\\nb' | sort");
|
|
534
|
+
expect(r.exitCode).toBe(0);
|
|
535
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
536
|
+
expect(lines?.[0]).toBe("a");
|
|
537
|
+
});
|
|
538
|
+
});
|
|
539
|
+
|
|
540
|
+
// ─── UNIQ tests ───────────────────────────────────────────────────────────
|
|
541
|
+
|
|
542
|
+
describe("uniq command", () => {
|
|
543
|
+
test("uniq removes consecutive duplicates", async () => {
|
|
544
|
+
createTestFile(shell, "/tmp/uniq-test3.txt", "apple\napple\nbanana\nbanana\napple");
|
|
545
|
+
const r = await runCmd(client, "uniq /tmp/uniq-test3.txt || echo 'uniq'");
|
|
546
|
+
expect(r.exitCode).toBeGreaterThanOrEqual(0);
|
|
547
|
+
});
|
|
548
|
+
|
|
549
|
+
test("uniq -c count occurrences", async () => {
|
|
550
|
+
createTestFile(shell, "/tmp/uniq-count2.txt", "a\na\na\nb\nb");
|
|
551
|
+
const r = await runCmd(client, "uniq -c /tmp/uniq-count2.txt");
|
|
552
|
+
expect(r.exitCode).toBe(0);
|
|
553
|
+
expect(r.stdout?.trim().length).toBeGreaterThan(0);
|
|
554
|
+
});
|
|
555
|
+
|
|
556
|
+
test("uniq from pipe", async () => {
|
|
557
|
+
const r = await runCmd(client, "echo -e 'x\\nx\\ny\\ny' | uniq");
|
|
558
|
+
expect(r.exitCode).toBe(0);
|
|
559
|
+
const lines = r.stdout?.split("\n").filter((l) => l);
|
|
560
|
+
expect(lines?.length).toBe(2);
|
|
561
|
+
});
|
|
562
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commands-missing.test.d.ts","sourceRoot":"","sources":["commands-missing.test.ts"],"names":[],"mappings":""}
|