f8d98d9978
and I updated the documentation already because this new way seems easier to think about
6 lines
208 B
Bash
Executable File
6 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Tests the `-s <shell> option, which invokes shebang-less test scripts with
|
|
# the specified shell (for testing *sourced* shell code).
|
|
../../urchin -s .special-shell ./.test-run-by-specified-shell
|