0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-29 03:42:39 +00:00
Files
termux-packages/packages/guile/tests/system_star.sh
2023-01-31 04:56:40 +00:00

4 lines
117 B
Bash
Executable File

if [ "$(guile -c '(system* "echo" "Hello" "world")')" != "Hello world" ]; then
echo 'ERROR: system* not working'
fi