Logo
Explore Help
Sign In
PMISuite/BackTunnel
5
0
Fork 0
You've already forked BackTunnel
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
BackTunnel/tests/test-umount.bats

12 lines
289 B
Plaintext
Raw Permalink Normal View History

Add `backtunnel-umount` script, host key policy support, and extend TUI/CLI integration Introduce `backtunnel-umount` as a portable unmount helper, preferring `fusermount3`, `fusermount`, or `umount`. Add `BACKTUNNEL_HOSTKEY_POLICY` for configurable host key handling in `backtunnel-share` and `backtunnel-access`. Update TUIs for remote folder prompts and mount point handling. Enhance bash completion for TUI commands with directory suggestions. Revamp terminal selection logic in `backtunnel-open-term` to prioritize modern emulators like wezterm. Extend tests with scaffolds for host key policy and unmount behavior. Update README with new scripts, workflows, features, and troubleshooting tips.
2025-09-21 18:56:15 +02:00
#!/usr/bin/env bats
@test "backtunnel-umount shows usage with no args" {
run scripts/backtunnel-umount
[ "$status" -ne 0 ]
[[ "$output" == *"Usage:"* ]]
}
@test "backtunnel-umount integration (scaffold)" {
skip "TODO: create a temporary FUSE mount and verify unmount behavior"
}
Reference in New Issue Copy Permalink
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API