mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
Invoke the test program via an init.sh-using wrapper. * tests/test-getcwd.sh: New file. * modules/getcwd-tests (Files): Add it. (Makefile.am) [TESTS]: Invoke the shell script wrapper.
8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
|
|
|
test-getcwd
|
|
|
|
Exit $?
|