comparison tests/test-getcwd.sh @ 16091:6925d22363f2

test-getcwd: don't leave behind a confdir3/ directory upon interrupt 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.
author Jim Meyering <meyering@redhat.com>
date Thu, 17 Nov 2011 12:27:06 +0100
parents
children
comparison
equal deleted inserted replaced
16090:c5a878844e86 16091:6925d22363f2
1 #!/bin/sh
2
3 . "${srcdir=.}/init.sh"; path_prepend_ .
4
5 test-getcwd
6
7 Exit $?