X7ROOT File Manager
Current Path:
/lib/bats-core
lib
/
bats-core
/
📁
..
📄
common.bash
(276 B)
📄
formatter.bash
(5.2 KB)
📄
preprocessing.bash
(732 B)
📄
semaphore.bash
(3.74 KB)
📄
test_functions.bash
(5.73 KB)
📄
tracing.bash
(7.96 KB)
📄
validator.bash
(1.01 KB)
Editing: common.bash
#!/usr/bin/bash bats_prefix_lines_for_tap_output() { while IFS= read -r line; do printf '# %s\n' "$line" || break # avoid feedback loop when errors are redirected into BATS_OUT (see #353) done if [[ -n "$line" ]]; then printf '# %s\n' "$line" fi }
Upload File
Create Folder