7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
|
|
|
${CHECKER} test-getcwd
|
|
|
|
Exit $?
|